Html Css Color HEX #C46F13 Ochre

📋 copy color: '#C46F13'

red 196 ◦ green 111 ◦ blue 19

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

Shades of Ochre #C46F13

Tints of Ochre #C46F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 60.12%
G = 34.05%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C46F13 (or 0xC46F13) is known color: Ochre. HEX triplet: C4, 6F and 13. RGB value is (196,111,19). Sum of RGB (Red+Green+Blue) = 196+111+19=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F13 is #3B90EC. Grayscale: #7E7E7E. Windows color (decimal): -3903725 or 1273796. OLE color: 1273796.

HSL color Cylindrical-coordinate representation of color #C46F13: hue angle of 31.19º degrees, saturation: 0.82, 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 #C46F13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 111 19 -
CMYK 0 0.43 0.90 0.23
HSL 31.19º 0.82% 0.42% -
HSV(B) 31.19º 0.9% 0.77% -
XYZ 28.57 23.15 3.58 -
YUV 125.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 196 111 19 0 0.43 0.90 0.23 31.19 0.82 0.42
Hex C4 6F 13 0 2B 5A 17 1F 52 2A
Octal 304 157 23 0 53 132 27 37 122 52
Binary 11000100 1101111 10011 0 101011 1011010 10111 11111 1010010 101010

Color Harmonies of #C46F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F13

Black with #C46F13

Text Example


Text Example

White with #C46F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F13; }

 p { color: rgb(196,111,19); }

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

background-color css

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

 a { background-color: rgb(196,111,19); }

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

border-color css

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

 span { border-color: rgb(196,111,19); }

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