#C26A11

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

Shades of Chocolate #C26A11

Tints of Chocolate #C26A11

Color information

#C26A11 (or 0xC26A11) is unknown color: approx Chocolate. HEX triplet: C2, 6A and 11. RGB value is (194,106,17). Sum of RGB (Red+Green+Blue) = 194+106+17=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A11 is #3D95EE. Grayscale: #7A7A7A. Windows color (decimal): -4036079 or 1141442. OLE color: 1141442.

HSL color Cylindrical-coordinate representation of color #C26A11: hue angle of 30.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C26A11 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19410617-
CMYK00.450.910.24
HSL30.17º83.89%41.37%-
HSV(B)30.17º91.24%76.08%-
XYZ27.521.823.29-
YUV122.1768.65179.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 17 (7.03% from 255) = 5.36%
R=61.20%
G=33.44%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941061700.450.910.2430.1783.8941.37
HexC26A1102D5B181e5429
Octal30215221055133303612451
Binary110000101101010100010101101101101111000111101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A11; }

 p { color: rgb(194,106,17); }

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

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

 a { background-color: rgb(194,106,17); }

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

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

 span { border-color: rgb(194,106,17); }

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