#CF5159

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

Shades of Mandy #CF5159

Tints of Mandy #CF5159

Color information

#CF5159 (or 0xCF5159) is unknown color: approx Mandy. HEX triplet: CF, 51 and 59. RGB value is (207,81,89). Sum of RGB (Red+Green+Blue) = 207+81+89=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5159 is #30AEA6. Grayscale: #777777. Windows color (decimal): -3190439 or 5853647. OLE color: 5853647.

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

Color convert

RGB2078189-
CMYK00.610.570.19
HSL356.19º56.76%56.47%-
HSV(B)356.19º60.87%81.18%-
XYZ30.4819.8711.68-
YUV119.59110.74190.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.91%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=54.91%
G=21.49%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207818900.610.570.19356.1956.7656.47
HexCF515903D39131643938
Octal31712113107571235447170
Binary1100111110100011011001011110111100110011101100100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5159; }

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

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

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

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

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

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

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

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