#CD495C

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

Shades of Mandy #CD495C

Tints of Mandy #CD495C

Color information

#CD495C (or 0xCD495C) is unknown color: approx Mandy. HEX triplet: CD, 49 and 5C. RGB value is (205,73,92). Sum of RGB (Red+Green+Blue) = 205+73+92=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD495C is #32B6A3. Grayscale: #727272. Windows color (decimal): -3323556 or 6048205. OLE color: 6048205.

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

Color convert

RGB2057392-
CMYK00.640.550.20
HSL351.36º56.9%54.51%-
HSV(B)351.36º64.39%80.39%-
XYZ29.4918.5212.14-
YUV114.63115.23192.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.41%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=55.41%
G=19.73%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205739200.640.550.20351.3656.954.51
HexCD495C040371415f3937
Octal315111134010067245377167
Binary11001101100100110111000100000011011110100101011111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD495C; }

 p { color: rgb(205,73,92); }

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

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

 a { background-color: rgb(205,73,92); }

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

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

 span { border-color: rgb(205,73,92); }

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