Html Css Color HEX #C46F0B Ochre

📋 copy color: '#C46F0B'

red 196 ◦ green 111 ◦ blue 11

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

Shades of Ochre #C46F0B

Tints of Ochre #C46F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 61.64%
G = 34.91%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C46F0B (or 0xC46F0B) is known color: Ochre. HEX triplet: C4, 6F and 0B. RGB value is (196,111,11). Sum of RGB (Red+Green+Blue) = 196+111+11=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F0B is #3B90F4. Grayscale: #7D7D7D. Windows color (decimal): -3903733 or 749508. OLE color: 749508.

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

Color convert

RGB 196 111 11 -
CMYK 0 0.43 0.94 0.23
HSL 32.43º 0.89% 0.41% -
HSV(B) 32.43º 0.94% 0.77% -
XYZ 28.51 23.13 3.28 -
YUV 125.02 63.66 178.63 -
System Red Green Blue C M Y K H S L
Decimal 196 111 11 0 0.43 0.94 0.23 32.43 0.89 0.41
Hex C4 6F B 0 2B 5E 17 20 59 29
Octal 304 157 13 0 53 136 27 40 131 51
Binary 11000100 1101111 1011 0 101011 1011110 10111 100000 1011001 101001

Color Harmonies of #C46F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F0B

Black with #C46F0B

Text Example


Text Example

White with #C46F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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