#cd5153

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

Shades of Mandy #CD5153

Tints of Mandy #CD5153

Color information

#CD5153 (or 0xCD5153) is unknown color: approx Mandy. HEX triplet: CD, 51 and 53. RGB value is (205,81,83). Sum of RGB (Red+Green+Blue) = 205+81+83=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5153 is #32AEAC. Grayscale: #767676. Windows color (decimal): -3321517 or 5460429. OLE color: 5460429.

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

Color convert

RGB2058183-
CMYK00.600.600.20
HSL359.03º55.36%56.08%-
HSV(B)359.03º60.49%80.39%-
XYZ29.6819.4910.38-
YUV118.3108.08189.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.56%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=55.56%
G=21.95%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205818300.600.600.20359.0355.3656.08
HexCD515303C3C141673738
Octal31512112307474245476770
Binary1100110110100011010011011110011110010100101100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5153; }

 p { color: rgb(205,81,83); }

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

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

 a { background-color: rgb(205,81,83); }

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

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

 span { border-color: rgb(205,81,83); }

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