#CC5716

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

Shades of Chocolate #CC5716

Tints of Chocolate #CC5716

Color information

#CC5716 (or 0xCC5716) is unknown color: approx Chocolate. HEX triplet: CC, 57 and 16. RGB value is (204,87,22). Sum of RGB (Red+Green+Blue) = 204+87+22=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5716 is #33A8E9. Grayscale: #727272. Windows color (decimal): -3385578 or 1464268. OLE color: 1464268.

HSL color Cylindrical-coordinate representation of color #CC5716: hue angle of 21.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC5716 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB2048722-
CMYK00.570.890.2
HSL21.43º80.53%44.31%-
HSV(B)21.43º89.22%80%-
XYZ28.4519.713.06-
YUV114.5775.76191.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=65.18%
G=27.80%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204872200.570.890.221.4380.5344.31
HexCC5716039591415512c
Octal31412726071131242512154
Binary110011001010111101100111001101100110100101011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5716; }

 p { color: rgb(204,87,22); }

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

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

 a { background-color: rgb(204,87,22); }

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

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

 span { border-color: rgb(204,87,22); }

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