#C26117

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

Shades of Chocolate #C26117

Tints of Chocolate #C26117

Color information

#C26117 (or 0xC26117) is unknown color: approx Chocolate. HEX triplet: C2, 61 and 17. RGB value is (194,97,23). Sum of RGB (Red+Green+Blue) = 194+97+23=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26117 is #3D9EE8. Grayscale: #757575. Windows color (decimal): -4038377 or 1532354. OLE color: 1532354.

HSL color Cylindrical-coordinate representation of color #C26117: hue angle of 25.96º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C26117 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1949723-
CMYK00.500.880.24
HSL25.96º78.8%42.55%-
HSV(B)25.96º88.14%76.08%-
XYZ26.6820.083.28-
YUV117.5774.64182.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.78%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 23 (9.38% from 255) = 7.32%
R=61.78%
G=30.89%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194972300.500.880.2425.9678.842.55
HexC2611703258181a4f2b
Octal30214127062130303211753
Binary110000101100001101110110010101100011000110101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26117; }

 p { color: rgb(194,97,23); }

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

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

 a { background-color: rgb(194,97,23); }

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

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

 span { border-color: rgb(194,97,23); }

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