Html Css Color HEX #C46C1E Ochre

📋 copy color: '#C46C1E'

red 196 ◦ green 108 ◦ blue 30

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

Shades of Ochre #C46C1E

Tints of Ochre #C46C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 58.68%
G = 32.34%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C46C1E (or 0xC46C1E) is known color: Ochre. HEX triplet: C4, 6C and 1E. RGB value is (196,108,30). Sum of RGB (Red+Green+Blue) = 196+108+30=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C1E is #3B93E1. Grayscale: #7D7D7D. Windows color (decimal): -3904482 or 1993924. OLE color: 1993924.

HSL color Cylindrical-coordinate representation of color #C46C1E: hue angle of 28.19º 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 #C46C1E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 108 30 -
CMYK 0 0.45 0.85 0.23
HSL 28.19º 0.73% 0.44% -
HSV(B) 28.19º 0.85% 0.77% -
XYZ 28.36 22.55 4.09 -
YUV 125.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 196 108 30 0 0.45 0.85 0.23 28.19 0.73 0.44
Hex C4 6C 1E 0 2D 55 17 1C 49 2C
Octal 304 154 36 0 55 125 27 34 111 54
Binary 11000100 1101100 11110 0 101101 1010101 10111 11100 1001001 101100

Color Harmonies of #C46C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C1E

Black with #C46C1E

Text Example


Text Example

White with #C46C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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