#C26E12

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

Shades of Ochre #C26E12

Tints of Ochre #C26E12

Color information

#C26E12 (or 0xC26E12) is unknown color: approx Ochre. HEX triplet: C2, 6E and 12. RGB value is (194,110,18). Sum of RGB (Red+Green+Blue) = 194+110+18=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E12 is #3D91ED. Grayscale: #7D7D7D. Windows color (decimal): -4035054 or 1208002. OLE color: 1208002.

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

Color convert

RGB19411018-
CMYK00.430.910.24
HSL31.36º83.02%41.57%-
HSV(B)31.36º90.72%76.08%-
XYZ27.9322.663.47-
YUV124.6367.83177.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.25%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 18 (7.42% from 255) = 5.59%
R=60.25%
G=34.16%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941101800.430.910.2431.3683.0241.57
HexC26E1202B5B181f532a
Octal30215622053133303712352
Binary110000101101110100100101011101101111000111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E12; }

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

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

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

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

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

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

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

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