#CC5616

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

Shades of Chocolate #CC5616

Tints of Chocolate #CC5616

Color information

#CC5616 (or 0xCC5616) is unknown color: approx Chocolate. HEX triplet: CC, 56 and 16. RGB value is (204,86,22). Sum of RGB (Red+Green+Blue) = 204+86+22=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5616 is #33A9E9. Grayscale: #727272. Windows color (decimal): -3385834 or 1464012. OLE color: 1464012.

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

Color convert

RGB2048622-
CMYK00.580.890.2
HSL21.1º80.53%44.31%-
HSV(B)21.1º89.22%80%-
XYZ28.3719.553.04-
YUV113.9976.09192.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.38%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=65.38%
G=27.56%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204862200.580.890.221.180.5344.31
HexCC561603A591415512c
Octal31412626072131242512154
Binary110011001010110101100111010101100110100101011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5616; }

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

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

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

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

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

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

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

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