#CF4959

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

Shades of Mandy #CF4959

Tints of Mandy #CF4959

Color information

#CF4959 (or 0xCF4959) is unknown color: approx Mandy. HEX triplet: CF, 49 and 59. RGB value is (207,73,89). Sum of RGB (Red+Green+Blue) = 207+73+89=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4959 is #30B6A6. Grayscale: #727272. Windows color (decimal): -3192487 or 5851599. OLE color: 5851599.

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

Color convert

RGB2077389-
CMYK00.650.570.19
HSL352.84º58.26%54.9%-
HSV(B)352.84º64.73%81.18%-
XYZ29.9218.7511.49-
YUV114.89113.39193.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=56.10%
G=19.78%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207738900.650.570.19352.8458.2654.9
HexCF495904139131613a37
Octal317111131010171235417267
Binary11001111100100110110010100000111100110011101100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4959; }

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

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

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

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

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

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

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

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