#C16C1E

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

Shades of Ochre #C16C1E

Tints of Ochre #C16C1E

Color information

#C16C1E (or 0xC16C1E) is unknown color: approx Ochre. HEX triplet: C1, 6C and 1E. RGB value is (193,108,30). Sum of RGB (Red+Green+Blue) = 193+108+30=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C1E is #3E93E1. Grayscale: #7C7C7C. Windows color (decimal): -4101090 or 1993921. OLE color: 1993921.

HSL color Cylindrical-coordinate representation of color #C16C1E: hue angle of 28.71º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C16C1E is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19310830-
CMYK00.440.840.24
HSL28.71º73.09%43.73%-
HSV(B)28.71º84.46%75.69%-
XYZ27.5922.164.05-
YUV124.5274.66176.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.31%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=58.31%
G=32.63%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931083000.440.840.2428.7173.0943.73
HexC16C1E02C54181d492c
Octal30115436054124303511154
Binary110000011101100111100101100101010011000111011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C1E; }

 p { color: rgb(193,108,30); }

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

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

 a { background-color: rgb(193,108,30); }

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

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

 span { border-color: rgb(193,108,30); }

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