#C26B0B

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

Shades of Chocolate #C26B0B

Tints of Chocolate #C26B0B

Color information

#C26B0B (or 0xC26B0B) is unknown color: approx Chocolate. HEX triplet: C2, 6B and 0B. RGB value is (194,107,11). Sum of RGB (Red+Green+Blue) = 194+107+11=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B0B is #3D94F4. Grayscale: #7A7A7A. Windows color (decimal): -4035829 or 748482. OLE color: 748482.

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

Color convert

RGB19410711-
CMYK00.450.940.24
HSL31.48º89.27%40.2%-
HSV(B)31.48º94.33%76.08%-
XYZ27.5722.013.11-
YUV122.0765.32179.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.18%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 11 (4.69% from 255) = 3.53%
R=62.18%
G=34.29%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941071100.450.940.2431.4889.2740.2
HexC26BB02D5E181f5928
Octal30215313055136303713150
Binary11000010110101110110101101101111011000111111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B0B; }

 p { color: rgb(194,107,11); }

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

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

 a { background-color: rgb(194,107,11); }

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

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

 span { border-color: rgb(194,107,11); }

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