#CD808A

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

Shades of Charm #CD808A

Tints of Charm #CD808A

Color information

#CD808A (or 0xCD808A) is unknown color: approx Charm. HEX triplet: CD, 80 and 8A. RGB value is (205,128,138). Sum of RGB (Red+Green+Blue) = 205+128+138=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD808A is #327F75. Grayscale: #989898. Windows color (decimal): -3309430 or 9076941. OLE color: 9076941.

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

Color convert

RGB205128138-
CMYK00.380.330.20
HSL352.21º43.5%65.29%-
HSV(B)352.21º37.56%80.39%-
XYZ37.4830.2527.91-
YUV152.16120.01165.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=43.52%
G=27.18%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512813800.380.330.20352.2143.565.29
HexCD808A02621141602c41
Octal315200212046412454054101
Binary1100110110000000100010100100110100001101001011000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD808A; }

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

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

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

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

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

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

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

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