#cd4c52

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

Shades of Mandy #CD4C52

Tints of Mandy #CD4C52

Color information

#CD4C52 (or 0xCD4C52) is unknown color: approx Mandy. HEX triplet: CD, 4C and 52. RGB value is (205,76,82). Sum of RGB (Red+Green+Blue) = 205+76+82=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C52 is #32B3AD. Grayscale: #737373. Windows color (decimal): -3322798 or 5393613. OLE color: 5393613.

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

Color convert

RGB2057682-
CMYK00.630.60.20
HSL357.21º56.33%55.1%-
HSV(B)357.21º62.93%80.39%-
XYZ29.2818.7610.06-
YUV115.25109.24192.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.47%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=56.47%
G=20.94%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205768200.630.60.20357.2156.3355.1
HexCD4C5203F3C141653837
Octal31511412207774245457067
Binary1100110110011001010010011111111110010100101100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4c52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4c52; }

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

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

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

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

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

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

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

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