#CD808D

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

Shades of Charm #CD808D

Tints of Charm #CD808D

Color information

#CD808D (or 0xCD808D) is unknown color: approx Charm. HEX triplet: CD, 80 and 8D. RGB value is (205,128,141). Sum of RGB (Red+Green+Blue) = 205+128+141=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD808D is #327F72. Grayscale: #989898. Windows color (decimal): -3309427 or 9273549. OLE color: 9273549.

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

Color convert

RGB205128141-
CMYK00.380.310.20
HSL349.87º43.5%65.29%-
HSV(B)349.87º37.56%80.39%-
XYZ37.730.3429.07-
YUV152.5121.51165.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=43.25%
G=27.00%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512814100.380.310.20349.8743.565.29
HexCD808D0261F1415e2c41
Octal315200215046372453654101
Binary110011011000000010001101010011011111101001010111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD808D; }

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

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

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

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

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

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

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

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