#CC5816

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

Shades of Chocolate #CC5816

Tints of Chocolate #CC5816

Color information

#CC5816 (or 0xCC5816) is unknown color: approx Chocolate. HEX triplet: CC, 58 and 16. RGB value is (204,88,22). Sum of RGB (Red+Green+Blue) = 204+88+22=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5816 is #33A7E9. Grayscale: #737373. Windows color (decimal): -3385322 or 1464524. OLE color: 1464524.

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

Color convert

RGB2048822-
CMYK00.570.890.2
HSL21.76º80.53%44.31%-
HSV(B)21.76º89.22%80%-
XYZ28.5419.873.09-
YUV115.1675.43191.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 22 (8.98% from 255) = 7.01%
R=64.97%
G=28.03%
B=7.01%

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
Decimal204882200.570.890.221.7680.5344.31
HexCC5816039591416512c
Octal31413026071131242612154
Binary110011001011000101100111001101100110100101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5816; }

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

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

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

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

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

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

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

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