#CF5152

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

Shades of Mandy #CF5152

Tints of Mandy #CF5152

Color information

#CF5152 (or 0xCF5152) is unknown color: approx Mandy. HEX triplet: CF, 51 and 52. RGB value is (207,81,82). Sum of RGB (Red+Green+Blue) = 207+81+82=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5152 is #30AEAD. Grayscale: #767676. Windows color (decimal): -3190446 or 5394895. OLE color: 5394895.

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

Color convert

RGB2078182-
CMYK00.610.600.19
HSL359.52º56.76%56.47%-
HSV(B)359.52º60.87%81.18%-
XYZ30.219.7610.21-
YUV118.79107.24190.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=55.95%
G=21.89%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207818200.610.600.19359.5256.7656.47
HexCF515203D3C131683938
Octal31712112207574235507170
Binary1100111110100011010010011110111110010011101101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5152; }

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

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

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

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

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

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

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

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