#CD8187

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

Shades of Charm #CD8187

Tints of Charm #CD8187

Color information

#CD8187 (or 0xCD8187) is unknown color: approx Charm. HEX triplet: CD, 81 and 87. RGB value is (205,129,135). Sum of RGB (Red+Green+Blue) = 205+129+135=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8187 is #327E78. Grayscale: #989898. Windows color (decimal): -3309177 or 8880589. OLE color: 8880589.

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

Color convert

RGB205129135-
CMYK00.370.340.20
HSL355.26º43.18%65.49%-
HSV(B)355.26º37.07%80.39%-
XYZ37.430.4326.82-
YUV152.41118.18165.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=43.71%
G=27.51%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512913500.370.340.20355.2643.1865.49
HexCD818702522141632b41
Octal315201207045422454353101
Binary1100110110000001100001110100101100010101001011000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8187; }

 p { color: rgb(205,129,135); }

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

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

 a { background-color: rgb(205,129,135); }

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

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

 span { border-color: rgb(205,129,135); }

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