#C16F0A

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

Shades of Ochre #C16F0A

Tints of Ochre #C16F0A

Color information

#C16F0A (or 0xC16F0A) is unknown color: approx Ochre. HEX triplet: C1, 6F and 0A. RGB value is (193,111,10). Sum of RGB (Red+Green+Blue) = 193+111+10=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F0A is #3E90F5. Grayscale: #7C7C7C. Windows color (decimal): -4100342 or 683969. OLE color: 683969.

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

Color convert

RGB19311110-
CMYK00.420.950.24
HSL33.11º90.15%39.8%-
HSV(B)33.11º94.82%75.69%-
XYZ27.7322.733.21-
YUV12463.67177.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.46%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 10 (4.30% from 255) = 3.18%
R=61.46%
G=35.35%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931111000.420.950.2433.1190.1539.8
HexC16FA02A5F18215a28
Octal30115712052137304113250
Binary110000011101111101001010101011111110001000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F0A; }

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

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

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

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

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

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

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

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