#CD4B54

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

Shades of Mandy #CD4B54

Tints of Mandy #CD4B54

Color information

#CD4B54 (or 0xCD4B54) is unknown color: approx Mandy. HEX triplet: CD, 4B and 54. RGB value is (205,75,84). Sum of RGB (Red+Green+Blue) = 205+75+84=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4B54 is #32B4AB. Grayscale: #727272. Windows color (decimal): -3323052 or 5524429. OLE color: 5524429.

HSL color Cylindrical-coordinate representation of color #CD4B54: hue angle of 355.85º degrees, saturation: 0.57, 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 #CD4B54 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB2057584-
CMYK00.630.590.20
HSL355.85º56.52%54.9%-
HSV(B)355.85º63.41%80.39%-
XYZ29.2918.6510.44-
YUV114.9110.57192.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.32%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=56.32%
G=20.60%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205758400.630.590.20355.8556.5254.9
HexCD4B5403F3B141643937
Octal31511312407773245447167
Binary1100110110010111010100011111111101110100101100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B54; }

 p { color: rgb(205,75,84); }

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

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

 a { background-color: rgb(205,75,84); }

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

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

 span { border-color: rgb(205,75,84); }

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