#C26017

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

Shades of Chocolate #C26017

Tints of Chocolate #C26017

Color information

#C26017 (or 0xC26017) is unknown color: approx Chocolate. HEX triplet: C2, 60 and 17. RGB value is (194,96,23). Sum of RGB (Red+Green+Blue) = 194+96+23=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26017 is #3D9FE8. Grayscale: #757575. Windows color (decimal): -4038633 or 1532098. OLE color: 1532098.

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

Color convert

RGB1949623-
CMYK00.510.880.24
HSL25.61º78.8%42.55%-
HSV(B)25.61º88.14%76.08%-
XYZ26.5919.93.25-
YUV116.9874.97182.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 23 (9.38% from 255) = 7.35%
R=61.98%
G=30.67%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194962300.510.880.2425.6178.842.55
HexC2601703358181a4f2b
Octal30214027063130303211753
Binary110000101100000101110110011101100011000110101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26017; }

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

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

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

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

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

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

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

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