#CF5859

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

Shades of Mandy #CF5859

Tints of Mandy #CF5859

Color information

#CF5859 (or 0xCF5859) is unknown color: approx Mandy. HEX triplet: CF, 58 and 59. RGB value is (207,88,89). Sum of RGB (Red+Green+Blue) = 207+88+89=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5859 is #30A7A6. Grayscale: #7B7B7B. Windows color (decimal): -3188647 or 5855439. OLE color: 5855439.

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

Color convert

RGB2078889-
CMYK00.570.570.19
HSL359.5º55.35%57.84%-
HSV(B)359.5º57.49%81.18%-
XYZ31.0320.9711.86-
YUV123.7108.42187.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=53.91%
G=22.92%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207888900.570.570.19359.555.3557.84
HexCF58590393913167373a
Octal31713013107171235476772
Binary1100111110110001011001011100111100110011101100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5859; }

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

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

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

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

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

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

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

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