#CC8386

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

Shades of Charm #CC8386

Tints of Charm #CC8386

Color information

#CC8386 (or 0xCC8386) is unknown color: approx Charm. HEX triplet: CC, 83 and 86. RGB value is (204,131,134). Sum of RGB (Red+Green+Blue) = 204+131+134=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8386 is #337C79. Grayscale: #999999. Windows color (decimal): -3374202 or 8815564. OLE color: 8815564.

HSL color Cylindrical-coordinate representation of color #CC8386: hue angle of 357.53º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8386 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204131134-
CMYK00.360.340.2
HSL357.53º41.71%65.69%-
HSV(B)357.53º35.78%80%-
XYZ37.3230.7926.53-
YUV153.17117.18164.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=43.50%
G=27.93%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413113400.360.340.2357.5341.7165.69
HexCC838602422141662a42
Octal314203206044422454652102
Binary1100110010000011100001100100100100010101001011001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8386; }

 p { color: rgb(204,131,134); }

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

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

 a { background-color: rgb(204,131,134); }

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

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

 span { border-color: rgb(204,131,134); }

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