#CD4752

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

Shades of Mandy #CD4752

Tints of Mandy #CD4752

Color information

#CD4752 (or 0xCD4752) is unknown color: approx Mandy. HEX triplet: CD, 47 and 52. RGB value is (205,71,82). Sum of RGB (Red+Green+Blue) = 205+71+82=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4752 is #32B8AD. Grayscale: #707070. Windows color (decimal): -3324078 or 5392333. OLE color: 5392333.

HSL color Cylindrical-coordinate representation of color #CD4752: hue angle of 355.07º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4752 is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB2057182-
CMYK00.650.60.20
HSL355.07º57.26%54.12%-
HSV(B)355.07º65.37%80.39%-
XYZ28.9518.099.95-
YUV112.32110.89194.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.26%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=57.26%
G=19.83%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205718200.650.60.20355.0757.2654.12
HexCD47520413C141633936
Octal315107122010174245437166
Binary11001101100011110100100100000111110010100101100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4752; }

 p { color: rgb(205,71,82); }

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

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

 a { background-color: rgb(205,71,82); }

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

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

 span { border-color: rgb(205,71,82); }

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