#CD8082

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

Shades of Charm #CD8082

Tints of Charm #CD8082

Color information

#CD8082 (or 0xCD8082) is unknown color: approx Charm. HEX triplet: CD, 80 and 82. RGB value is (205,128,130). Sum of RGB (Red+Green+Blue) = 205+128+130=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8082 is #327F7D. Grayscale: #979797. Windows color (decimal): -3309438 or 8552653. OLE color: 8552653.

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

Color convert

RGB205128130-
CMYK00.380.370.20
HSL358.44º43.5%65.29%-
HSV(B)358.44º37.56%80.39%-
XYZ36.9330.0324.97-
YUV151.25116.01166.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=44.28%
G=27.65%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512813000.380.370.20358.4443.565.29
HexCD808202625141662c41
Octal315200202046452454654101
Binary1100110110000000100000100100110100101101001011001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8082; }

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

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

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

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

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

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

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

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