Html Css Color HEX #C46F10 Ochre

📋 copy color: '#C46F10'

red 196 ◦ green 111 ◦ blue 16

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

Shades of Ochre #C46F10

Tints of Ochre #C46F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 60.68%
G = 34.37%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C46F10 (or 0xC46F10) is known color: Ochre. HEX triplet: C4, 6F and 10. RGB value is (196,111,16). Sum of RGB (Red+Green+Blue) = 196+111+16=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F10 is #3B90EF. Grayscale: #7E7E7E. Windows color (decimal): -3903728 or 1077188. OLE color: 1077188.

HSL color Cylindrical-coordinate representation of color #C46F10: hue angle of 31.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C46F10 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 111 16 -
CMYK 0 0.43 0.92 0.23
HSL 31.67º 0.85% 0.42% -
HSV(B) 31.67º 0.92% 0.77% -
XYZ 28.54 23.14 3.45 -
YUV 125.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 196 111 16 0 0.43 0.92 0.23 31.67 0.85 0.42
Hex C4 6F 10 0 2B 5C 17 20 55 2A
Octal 304 157 20 0 53 134 27 40 125 52
Binary 11000100 1101111 10000 0 101011 1011100 10111 100000 1010101 101010

Color Harmonies of #C46F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F10

Black with #C46F10

Text Example


Text Example

White with #C46F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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