#CC710E

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

Shades of Chocolate #CC710E

Tints of Chocolate #CC710E

Color information

#CC710E (or 0xCC710E) is unknown color: approx Chocolate. HEX triplet: CC, 71 and 0E. RGB value is (204,113,14). Sum of RGB (Red+Green+Blue) = 204+113+14=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC710E is #338EF1. Grayscale: #818181. Windows color (decimal): -3378930 or 946636. OLE color: 946636.

HSL color Cylindrical-coordinate representation of color #CC710E: hue angle of 31.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC710E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB20411314-
CMYK00.450.930.2
HSL31.26º87.16%42.75%-
HSV(B)31.26º93.14%80%-
XYZ30.8924.683.55-
YUV128.9263.15181.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 14 (5.86% from 255) = 4.23%
R=61.63%
G=34.14%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041131400.450.930.231.2687.1642.75
HexCC71E02D5D141f572b
Octal31416116055135243712753
Binary11001100111000111100101101101110110100111111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC710E; }

 p { color: rgb(204,113,14); }

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

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

 a { background-color: rgb(204,113,14); }

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

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

 span { border-color: rgb(204,113,14); }

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