Html Css Color HEX #C16E14 Ochre

📋 copy color: '#C16E14'

red 193 ◦ green 110 ◦ blue 20

#C16E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C16E14

Tints of Ochre #C16E14

RGB

 RED value IS 193 (75.78% from 255) = 59.75%

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 59.75%
G = 34.06%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C16E14 (or 0xC16E14) is known color: Ochre. HEX triplet: C1, 6E and 14. RGB value is (193,110,20). Sum of RGB (Red+Green+Blue) = 193+110+20=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16E14 is #3E91EB. Grayscale: #7C7C7C. Windows color (decimal): -4100588 or 1339073. OLE color: 1339073.

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

Color convert

RGB 193 110 20 -
CMYK 0 0.43 0.90 0.24
HSL 31.21º 0.81% 0.42% -
HSV(B) 31.21º 0.9% 0.76% -
XYZ 27.69 22.54 3.55 -
YUV 124.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 193 110 20 0 0.43 0.90 0.24 31.21 0.81 0.42
Hex C1 6E 14 0 2B 5A 18 1F 51 2A
Octal 301 156 24 0 53 132 30 37 121 52
Binary 11000001 1101110 10100 0 101011 1011010 11000 11111 1010001 101010

Color Harmonies of #C16E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E14

Black with #C16E14

Text Example


Text Example

White with #C16E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E14; }

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

 H1.HeaderClassName
 {
   color: #C16E14;
 }
 .AnyTagClassName
 {
   color: #C16E14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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