#CD808B

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

Shades of Charm #CD808B

Tints of Charm #CD808B

Color information

#CD808B (or 0xCD808B) is unknown color: approx Charm. HEX triplet: CD, 80 and 8B. RGB value is (205,128,139). Sum of RGB (Red+Green+Blue) = 205+128+139=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD808B is #327F74. Grayscale: #989898. Windows color (decimal): -3309429 or 9142477. OLE color: 9142477.

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

Color convert

RGB205128139-
CMYK00.380.320.20
HSL351.43º43.5%65.29%-
HSV(B)351.43º37.56%80.39%-
XYZ37.5630.2828.29-
YUV152.28120.51165.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=43.43%
G=27.12%
B=29.45%

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
Decimal20512813900.380.320.20351.4343.565.29
HexCD808B026201415f2c41
Octal315200213046402453754101
Binary1100110110000000100010110100110100000101001010111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD808B; }

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

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

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

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

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

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

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

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