Html Css Color HEX #C46F00 Tenne (Tawny)

📋 copy color: '#C46F00'

red 196 ◦ green 111 ◦ blue 0

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

Shades of Tenne (Tawny) #C46F00

Tints of Tenne (Tawny) #C46F00

RGB

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

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

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

R = 63.84%
G = 36.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46F00 (or 0xC46F00) is known color: Tenne (Tawny). HEX triplet: C4, 6F and 00. RGB value is (196,111,0). Sum of RGB (Red+Green+Blue) = 196+111+0=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F00 is #3B90FF. Grayscale: #7C7C7C. Windows color (decimal): -3903744 or 28612. OLE color: 28612.

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

Color convert

RGB 196 111 0 -
CMYK 0 0.43 1 0.23
HSL 33.98º 1% 0.38% -
HSV(B) 33.98º 1% 0.77% -
XYZ 28.45 23.1 2.96 -
YUV 123.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 196 111 0 0 0.43 1 0.23 33.98 1 0.38
Hex C4 6F 0 0 2B 64 17 22 64 26
Octal 304 157 0 0 53 144 27 42 144 46
Binary 11000100 1101111 0 0 101011 1100100 10111 100010 1100100 100110

Color Harmonies of #C46F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F00

Black with #C46F00

Text Example


Text Example

White with #C46F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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