#CD495A

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

Shades of Mandy #CD495A

Tints of Mandy #CD495A

Color information

#CD495A (or 0xCD495A) is unknown color: approx Mandy. HEX triplet: CD, 49 and 5A. RGB value is (205,73,90). Sum of RGB (Red+Green+Blue) = 205+73+90=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD495A is #32B6A5. Grayscale: #727272. Windows color (decimal): -3323558 or 5917133. OLE color: 5917133.

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

Color convert

RGB2057390-
CMYK00.640.560.20
HSL352.27º56.9%54.51%-
HSV(B)352.27º64.39%80.39%-
XYZ29.418.4811.69-
YUV114.41114.23192.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.71%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=55.71%
G=19.84%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205739000.640.560.20352.2756.954.51
HexCD495A04038141603937
Octal315111132010070245407167
Binary11001101100100110110100100000011100010100101100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD495A; }

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

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

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

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

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

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

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

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