#CF5255

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

Shades of Mandy #CF5255

Tints of Mandy #CF5255

Color information

#CF5255 (or 0xCF5255) is unknown color: approx Mandy. HEX triplet: CF, 52 and 55. RGB value is (207,82,85). Sum of RGB (Red+Green+Blue) = 207+82+85=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5255 is #30ADAA. Grayscale: #777777. Windows color (decimal): -3190187 or 5591759. OLE color: 5591759.

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

Color convert

RGB2078285-
CMYK00.600.590.19
HSL358.56º56.56%56.67%-
HSV(B)358.56º60.39%81.18%-
XYZ30.3919.9610.84-
YUV119.72108.41190.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=55.35%
G=21.93%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207828500.600.590.19358.5656.5656.67
HexCF525503C3B131673939
Octal31712212507473235477171
Binary1100111110100101010101011110011101110011101100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5255; }

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

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

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

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

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

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

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

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