#C16E1C

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

Shades of Ochre #C16E1C

Tints of Ochre #C16E1C

Color information

#C16E1C (or 0xC16E1C) is unknown color: approx Ochre. HEX triplet: C1, 6E and 1C. RGB value is (193,110,28). Sum of RGB (Red+Green+Blue) = 193+110+28=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E1C is #3E91E3. Grayscale: #7D7D7D. Windows color (decimal): -4100580 or 1863361. OLE color: 1863361.

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

Color convert

RGB19311028-
CMYK00.430.850.24
HSL29.82º74.66%43.33%-
HSV(B)29.82º85.49%75.69%-
XYZ27.7822.573.99-
YUV125.4773176.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.31%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=58.31%
G=33.23%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931102800.430.850.2429.8274.6643.33
HexC16E1C02B55181e4b2b
Octal30115634053125303611353
Binary110000011101110111000101011101010111000111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E1C; }

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

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

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

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

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

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

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

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