Html Css Color HEX #C46F15 Ochre

📋 copy color: '#C46F15'

red 196 ◦ green 111 ◦ blue 21

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

Shades of Ochre #C46F15

Tints of Ochre #C46F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 59.76%
G = 33.84%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C46F15 (or 0xC46F15) is known color: Ochre. HEX triplet: C4, 6F and 15. RGB value is (196,111,21). Sum of RGB (Red+Green+Blue) = 196+111+21=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F15 is #3B90EA. Grayscale: #7E7E7E. Windows color (decimal): -3903723 or 1404868. OLE color: 1404868.

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

Color convert

RGB 196 111 21 -
CMYK 0 0.43 0.89 0.23
HSL 30.86º 0.81% 0.43% -
HSV(B) 30.86º 0.89% 0.77% -
XYZ 28.58 23.16 3.67 -
YUV 126.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 196 111 21 0 0.43 0.89 0.23 30.86 0.81 0.43
Hex C4 6F 15 0 2B 59 17 1F 51 2B
Octal 304 157 25 0 53 131 27 37 121 53
Binary 11000100 1101111 10101 0 101011 1011001 10111 11111 1010001 101011

Color Harmonies of #C46F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F15

Black with #C46F15

Text Example


Text Example

White with #C46F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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