#CF494C

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

Shades of Mandy #CF494C

Tints of Mandy #CF494C

Color information

#CF494C (or 0xCF494C) is unknown color: approx Mandy. HEX triplet: CF, 49 and 4C. RGB value is (207,73,76). Sum of RGB (Red+Green+Blue) = 207+73+76=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF494C is #30B6B3. Grayscale: #717171. Windows color (decimal): -3192500 or 4999631. OLE color: 4999631.

HSL color Cylindrical-coordinate representation of color #CF494C: hue angle of 358.66º 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 #CF494C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2077376-
CMYK00.650.630.19
HSL358.66º58.26%54.9%-
HSV(B)358.66º64.73%81.18%-
XYZ29.4218.558.87-
YUV113.41106.89194.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.15%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=58.15%
G=20.51%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207737600.650.630.19358.6658.2654.9
HexCF494C0413F131673a37
Octal317111114010177235477267
Binary11001111100100110011000100000111111110011101100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF494C; }

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

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

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

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

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

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

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

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