Html Css Color HEX #C46D1E Ochre

📋 copy color: '#C46D1E'

red 196 ◦ green 109 ◦ blue 30

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

Shades of Ochre #C46D1E

Tints of Ochre #C46D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 58.51%
G = 32.54%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C46D1E (or 0xC46D1E) is known color: Ochre. HEX triplet: C4, 6D and 1E. RGB value is (196,109,30). Sum of RGB (Red+Green+Blue) = 196+109+30=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D1E is #3B92E1. Grayscale: #7E7E7E. Windows color (decimal): -3904226 or 1994180. OLE color: 1994180.

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

Color convert

RGB 196 109 30 -
CMYK 0 0.44 0.85 0.23
HSL 28.55º 0.73% 0.44% -
HSV(B) 28.55º 0.85% 0.77% -
XYZ 28.47 22.77 4.12 -
YUV 126.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 196 109 30 0 0.44 0.85 0.23 28.55 0.73 0.44
Hex C4 6D 1E 0 2C 55 17 1D 49 2C
Octal 304 155 36 0 54 125 27 35 111 54
Binary 11000100 1101101 11110 0 101100 1010101 10111 11101 1001001 101100

Color Harmonies of #C46D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D1E

Black with #C46D1E

Text Example


Text Example

White with #C46D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D1E; }

 p { color: rgb(196,109,30); }

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

background-color css

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

 a { background-color: rgb(196,109,30); }

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

border-color css

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

 span { border-color: rgb(196,109,30); }

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