#CF4252

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

Shades of Mandy #CF4252

Tints of Mandy #CF4252

Color information

#CF4252 (or 0xCF4252) is unknown color: approx Mandy. HEX triplet: CF, 42 and 52. RGB value is (207,66,82). Sum of RGB (Red+Green+Blue) = 207+66+82=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4252 is #30BDAD. Grayscale: #6E6E6E. Windows color (decimal): -3194286 or 5391055. OLE color: 5391055.

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

Color convert

RGB2076682-
CMYK00.680.600.19
HSL353.19º59.49%53.53%-
HSV(B)353.19º68.12%81.18%-
XYZ29.217.779.87-
YUV109.98112.21197.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.31%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=58.31%
G=18.59%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207668200.680.600.19353.1959.4953.53
HexCF42520443C131613b36
Octal317102122010474235417366
Binary11001111100001010100100100010011110010011101100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4252; }

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

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

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

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

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

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

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

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