#CF5257

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

Shades of Mandy #CF5257

Tints of Mandy #CF5257

Color information

#CF5257 (or 0xCF5257) is unknown color: approx Mandy. HEX triplet: CF, 52 and 57. RGB value is (207,82,87). Sum of RGB (Red+Green+Blue) = 207+82+87=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5257 is #30ADA8. Grayscale: #787878. Windows color (decimal): -3190185 or 5722831. OLE color: 5722831.

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

Color convert

RGB2078287-
CMYK00.600.580.19
HSL357.6º56.56%56.67%-
HSV(B)357.6º60.39%81.18%-
XYZ30.4719.9911.27-
YUV119.94109.41190.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.05%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=55.05%
G=21.81%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207828700.600.580.19357.656.5656.67
HexCF525703C3A131663939
Octal31712212707472235467171
Binary1100111110100101010111011110011101010011101100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5257; }

 p { color: rgb(207,82,87); }

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

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

 a { background-color: rgb(207,82,87); }

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

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

 span { border-color: rgb(207,82,87); }

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