#CD4852

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

Shades of Mandy #CD4852

Tints of Mandy #CD4852

Color information

#CD4852 (or 0xCD4852) is unknown color: approx Mandy. HEX triplet: CD, 48 and 52. RGB value is (205,72,82). Sum of RGB (Red+Green+Blue) = 205+72+82=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4852 is #32B7AD. Grayscale: #707070. Windows color (decimal): -3323822 or 5392589. OLE color: 5392589.

HSL color Cylindrical-coordinate representation of color #CD4852: hue angle of 355.49º 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 #CD4852 is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB2057282-
CMYK00.650.60.20
HSL355.49º57.08%54.31%-
HSV(B)355.49º64.88%80.39%-
XYZ29.0218.229.97-
YUV112.91110.56193.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.10%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=57.10%
G=20.06%
B=22.84%

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
Decimal205728200.650.60.20355.4957.0854.31
HexCD48520413C141633936
Octal315110122010174245437166
Binary11001101100100010100100100000111110010100101100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4852; }

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

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

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

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

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

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

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

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