Html Css Color HEX #C46F1B Ochre

📋 copy color: '#C46F1B'

red 196 ◦ green 111 ◦ blue 27

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

Shades of Ochre #C46F1B

Tints of Ochre #C46F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 58.68%
G = 33.23%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C46F1B (or 0xC46F1B) is known color: Ochre. HEX triplet: C4, 6F and 1B. RGB value is (196,111,27). Sum of RGB (Red+Green+Blue) = 196+111+27=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F1B is #3B90E4. Grayscale: #7F7F7F. Windows color (decimal): -3903717 or 1798084. OLE color: 1798084.

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

Color convert

RGB 196 111 27 -
CMYK 0 0.43 0.86 0.23
HSL 29.82º 0.76% 0.44% -
HSV(B) 29.82º 0.86% 0.77% -
XYZ 28.65 23.18 4 -
YUV 126.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 196 111 27 0 0.43 0.86 0.23 29.82 0.76 0.44
Hex C4 6F 1B 0 2B 56 17 1E 4C 2C
Octal 304 157 33 0 53 126 27 36 114 54
Binary 11000100 1101111 11011 0 101011 1010110 10111 11110 1001100 101100

Color Harmonies of #C46F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F1B

Black with #C46F1B

Text Example


Text Example

White with #C46F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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