Html Css Color HEX #C46E14 Ochre

📋 copy color: '#C46E14'

red 196 ◦ green 110 ◦ blue 20

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

Shades of Ochre #C46E14

Tints of Ochre #C46E14

RGB

 RED value IS 196 (76.95% from 255) = 60.12%

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

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

R = 60.12%
G = 33.74%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C46E14 (or 0xC46E14) is known color: Ochre. HEX triplet: C4, 6E and 14. RGB value is (196,110,20). Sum of RGB (Red+Green+Blue) = 196+110+20=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46E14 is #3B91EB. Grayscale: #7D7D7D. Windows color (decimal): -3903980 or 1339076. OLE color: 1339076.

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

Color convert

RGB 196 110 20 -
CMYK 0 0.44 0.90 0.23
HSL 30.68º 0.81% 0.42% -
HSV(B) 30.68º 0.9% 0.77% -
XYZ 28.47 22.94 3.59 -
YUV 125.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 196 110 20 0 0.44 0.90 0.23 30.68 0.81 0.42
Hex C4 6E 14 0 2C 5A 17 1F 51 2A
Octal 304 156 24 0 54 132 27 37 121 52
Binary 11000100 1101110 10100 0 101100 1011010 10111 11111 1010001 101010

Color Harmonies of #C46E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E14

Black with #C46E14

Text Example


Text Example

White with #C46E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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