#C26E0A

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

Shades of Ochre #C26E0A

Tints of Ochre #C26E0A

Color information

#C26E0A (or 0xC26E0A) is unknown color: approx Ochre. HEX triplet: C2, 6E and 0A. RGB value is (194,110,10). Sum of RGB (Red+Green+Blue) = 194+110+10=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26E0A is #3D91F5. Grayscale: #7C7C7C. Windows color (decimal): -4035062 or 683714. OLE color: 683714.

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

Color convert

RGB19411010-
CMYK00.430.950.24
HSL32.61º90.2%40%-
HSV(B)32.61º94.85%76.08%-
XYZ27.8822.643.19-
YUV123.7263.83178.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.78%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 10 (4.30% from 255) = 3.18%
R=61.78%
G=35.03%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941101000.430.950.2432.6190.240
HexC26EA02B5F18215a28
Octal30215612053137304113250
Binary110000101101110101001010111011111110001000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E0A; }

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

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

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

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

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

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

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

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