#CC8385

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

Shades of Charm #CC8385

Tints of Charm #CC8385

Color information

#CC8385 (or 0xCC8385) is unknown color: approx Charm. HEX triplet: CC, 83 and 85. RGB value is (204,131,133). Sum of RGB (Red+Green+Blue) = 204+131+133=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8385 is #337C7A. Grayscale: #999999. Windows color (decimal): -3374203 or 8750028. OLE color: 8750028.

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

Color convert

RGB204131133-
CMYK00.360.350.2
HSL358.36º41.71%65.69%-
HSV(B)358.36º35.78%80%-
XYZ37.2530.7626.16-
YUV153.05116.68164.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=43.59%
G=27.99%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413113300.360.350.2358.3641.7165.69
HexCC838502423141662a42
Octal314203205044432454652102
Binary1100110010000011100001010100100100011101001011001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8385; }

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

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

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

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

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

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

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

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