#C26E16

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

Shades of Ochre #C26E16

Tints of Ochre #C26E16

Color information

#C26E16 (or 0xC26E16) is unknown color: approx Ochre. HEX triplet: C2, 6E and 16. RGB value is (194,110,22). Sum of RGB (Red+Green+Blue) = 194+110+22=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E16 is #3D91E9. Grayscale: #7D7D7D. Windows color (decimal): -4035050 or 1470146. OLE color: 1470146.

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

Color convert

RGB19411022-
CMYK00.430.890.24
HSL30.7º79.63%42.35%-
HSV(B)30.7º88.66%76.08%-
XYZ27.9722.683.66-
YUV125.0869.83177.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.51%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=59.51%
G=33.74%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941102200.430.890.2430.779.6342.35
HexC26E1602B59181f502a
Octal30215626053131303712052
Binary110000101101110101100101011101100111000111111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E16; }

 p { color: rgb(194,110,22); }

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

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

 a { background-color: rgb(194,110,22); }

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

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

 span { border-color: rgb(194,110,22); }

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