#CF4952

Color #CF4952 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CF4952

Tints of Mandy #CF4952

Color information

#CF4952 (or 0xCF4952) is unknown color: approx Mandy. HEX triplet: CF, 49 and 52. RGB value is (207,73,82). Sum of RGB (Red+Green+Blue) = 207+73+82=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4952 is #30B6AD. Grayscale: #727272. Windows color (decimal): -3192494 or 5392847. OLE color: 5392847.

HSL color Cylindrical-coordinate representation of color #CF4952: hue angle of 355.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4952 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB2077382-
CMYK00.650.600.19
HSL355.97º58.26%54.9%-
HSV(B)355.97º64.73%81.18%-
XYZ29.6418.6410.02-
YUV114.09109.89194.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=57.18%
G=20.17%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207738200.650.600.19355.9758.2654.9
HexCF49520413C131643a37
Octal317111122010174235447267
Binary11001111100100110100100100000111110010011101100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4952; }

 p { color: rgb(207,73,82); }

 H1.HeaderClassName
 {
   color: #CF4952;
 }
 .AnyTagClassName
 {
   color: #CF4952;
 }
</style>
background-color css

<style>
 a { background-color: #CF4952; }

 a { background-color: rgb(207,73,82); }

 div.DivClassName
 {
   background-color: #CF4952;
 }
 .BgClassName
 {
   background-color: #CF4952;
 }
</style>
border-color css

<style>
 span { border-color: #CF4952; }

 span { border-color: rgb(207,73,82); }

 td.TdClassName
 {
   border-color: #CF4952;
 }
 .TagClassName
 {
   border-color: #CF4952;
 }
</style>