Html Css Color HEX #C46500 Tenne (Tawny)

📋 copy color: '#C46500'

red 196 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #C46500

Tints of Tenne (Tawny) #C46500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 65.99%
G = 34.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46500 (or 0xC46500) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 00. RGB value is (196,101,0). Sum of RGB (Red+Green+Blue) = 196+101+0=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C46500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46500 is #3B9AFF. Grayscale: #767676. Windows color (decimal): -3906304 or 26052. OLE color: 26052.

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

Color convert

RGB 196 101 0 -
CMYK 0 0.48 1 0.23
HSL 30.92º 1% 0.38% -
HSV(B) 30.92º 1% 0.77% -
XYZ 27.42 21.04 2.62 -
YUV 117.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 196 101 0 0 0.48 1 0.23 30.92 1 0.38
Hex C4 65 0 0 30 64 17 1F 64 26
Octal 304 145 0 0 60 144 27 37 144 46
Binary 11000100 1100101 0 0 110000 1100100 10111 11111 1100100 100110

Color Harmonies of #C46500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46500

Black with #C46500

Text Example


Text Example

White with #C46500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46500; }

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

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

background-color css

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

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

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

border-color css

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

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

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