#CF5658

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

Shades of Mandy #CF5658

Tints of Mandy #CF5658

Color information

#CF5658 (or 0xCF5658) is unknown color: approx Mandy. HEX triplet: CF, 56 and 58. RGB value is (207,86,88). Sum of RGB (Red+Green+Blue) = 207+86+88=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5658 is #30A9A7. Grayscale: #7A7A7A. Windows color (decimal): -3189160 or 5789391. OLE color: 5789391.

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

Color convert

RGB2078688-
CMYK00.580.570.19
HSL359.01º55.76%57.45%-
HSV(B)359.01º58.45%81.18%-
XYZ30.8220.6311.59-
YUV122.41108.59188.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.33%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=54.33%
G=22.57%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207868800.580.570.19359.0155.7657.45
HexCF565803A39131673839
Octal31712613007271235477071
Binary1100111110101101011000011101011100110011101100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5658; }

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

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

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

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

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

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

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

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