Html Css Color HEX #C46A00 Tenne (Tawny)

📋 copy color: '#C46A00'

red 196 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #C46A00

Tints of Tenne (Tawny) #C46A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.9%
G = 35.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46A00 (or 0xC46A00) is known color: Tenne (Tawny). HEX triplet: C4, 6A and 00. RGB value is (196,106,0). Sum of RGB (Red+Green+Blue) = 196+106+0=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A00 is #3B95FF. Grayscale: #797979. Windows color (decimal): -3905024 or 27332. OLE color: 27332.

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

Color convert

RGB 196 106 0 -
CMYK 0 0.46 1 0.23
HSL 32.45º 1% 0.38% -
HSV(B) 32.45º 1% 0.77% -
XYZ 27.92 22.04 2.78 -
YUV 120.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 196 106 0 0 0.46 1 0.23 32.45 1 0.38
Hex C4 6A 0 0 2E 64 17 20 64 26
Octal 304 152 0 0 56 144 27 40 144 46
Binary 11000100 1101010 0 0 101110 1100100 10111 100000 1100100 100110

Color Harmonies of #C46A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A00

Black with #C46A00

Text Example


Text Example

White with #C46A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A00; }

 p { color: rgb(196,106,0); }

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

background-color css

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

 a { background-color: rgb(196,106,0); }

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

border-color css

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

 span { border-color: rgb(196,106,0); }

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