#C26C11

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

Shades of Chocolate #C26C11

Tints of Chocolate #C26C11

Color information

#C26C11 (or 0xC26C11) is unknown color: approx Chocolate. HEX triplet: C2, 6C and 11. RGB value is (194,108,17). Sum of RGB (Red+Green+Blue) = 194+108+17=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C11 is #3D93EE. Grayscale: #7B7B7B. Windows color (decimal): -4035567 or 1141954. OLE color: 1141954.

HSL color Cylindrical-coordinate representation of color #C26C11: hue angle of 30.85º 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 #C26C11 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19410817-
CMYK00.440.910.24
HSL30.85º83.89%41.37%-
HSV(B)30.85º91.24%76.08%-
XYZ27.7122.233.36-
YUV123.3467.99178.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 17 (7.03% from 255) = 5.33%
R=60.82%
G=33.86%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941081700.440.910.2430.8583.8941.37
HexC26C1102C5B181f5429
Octal30215421054133303712451
Binary110000101101100100010101100101101111000111111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C11; }

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

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

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

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

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

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

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

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