#CD808C

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

Shades of Charm #CD808C

Tints of Charm #CD808C

Color information

#CD808C (or 0xCD808C) is unknown color: approx Charm. HEX triplet: CD, 80 and 8C. RGB value is (205,128,140). Sum of RGB (Red+Green+Blue) = 205+128+140=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD808C is #327F73. Grayscale: #989898. Windows color (decimal): -3309428 or 9208013. OLE color: 9208013.

HSL color Cylindrical-coordinate representation of color #CD808C: hue angle of 350.65º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD808C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205128140-
CMYK00.380.320.20
HSL350.65º43.5%65.29%-
HSV(B)350.65º37.56%80.39%-
XYZ37.6330.3128.68-
YUV152.39121.01165.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=43.34%
G=27.06%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512814000.380.320.20350.6543.565.29
HexCD808C026201415f2c41
Octal315200214046402453754101
Binary1100110110000000100011000100110100000101001010111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD808C; }

 p { color: rgb(205,128,140); }

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

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

 a { background-color: rgb(205,128,140); }

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

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

 span { border-color: rgb(205,128,140); }

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