#C16E0A

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

Shades of Ochre #C16E0A

Tints of Ochre #C16E0A

Color information

#C16E0A (or 0xC16E0A) is unknown color: approx Ochre. HEX triplet: C1, 6E and 0A. RGB value is (193,110,10). Sum of RGB (Red+Green+Blue) = 193+110+10=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16E0A is #3E91F5. Grayscale: #7B7B7B. Windows color (decimal): -4100598 or 683713. OLE color: 683713.

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

Color convert

RGB19311010-
CMYK00.430.950.24
HSL32.79º90.15%39.8%-
HSV(B)32.79º94.82%75.69%-
XYZ27.6222.513.18-
YUV123.4264177.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=61.66%
G=35.14%
B=3.19%

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
Decimal1931101000.430.950.2432.7990.1539.8
HexC16EA02B5F18215a28
Octal30115612053137304113250
Binary110000011101110101001010111011111110001000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E0A; }

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

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

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

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

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

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

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

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