#CC8387

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

Shades of Charm #CC8387

Tints of Charm #CC8387

Color information

#CC8387 (or 0xCC8387) is unknown color: approx Charm. HEX triplet: CC, 83 and 87. RGB value is (204,131,135). Sum of RGB (Red+Green+Blue) = 204+131+135=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8387 is #337C78. Grayscale: #999999. Windows color (decimal): -3374201 or 8881100. OLE color: 8881100.

HSL color Cylindrical-coordinate representation of color #CC8387: hue angle of 356.71º 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 #CC8387 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204131135-
CMYK00.360.340.2
HSL356.71º41.71%65.69%-
HSV(B)356.71º35.78%80%-
XYZ37.3930.8226.9-
YUV153.28117.68164.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=43.40%
G=27.87%
B=28.72%

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
Decimal20413113500.360.340.2356.7141.7165.69
HexCC838702422141652a42
Octal314203207044422454552102
Binary1100110010000011100001110100100100010101001011001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8387; }

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

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

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

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

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

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

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

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