Html Css Color HEX #C46805 Tenne (Tawny)

📋 copy color: '#C46805'

red 196 ◦ green 104 ◦ blue 5

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

Shades of Tenne (Tawny) #C46805

Tints of Tenne (Tawny) #C46805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 64.26%
G = 34.1%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C46805 (or 0xC46805) is known color: Tenne (Tawny). HEX triplet: C4, 68 and 05. RGB value is (196,104,5). Sum of RGB (Red+Green+Blue) = 196+104+5=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C46805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46805 is #3B97FA. Grayscale: #787878. Windows color (decimal): -3905531 or 354500. OLE color: 354500.

HSL color Cylindrical-coordinate representation of color #C46805: hue angle of 31.1º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C46805 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 104 5 -
CMYK 0 0.47 0.97 0.23
HSL 31.1º 0.95% 0.39% -
HSV(B) 31.1º 0.97% 0.77% -
XYZ 27.74 21.65 2.86 -
YUV 120.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 196 104 5 0 0.47 0.97 0.23 31.1 0.95 0.39
Hex C4 68 5 0 2F 61 17 1F 5F 27
Octal 304 150 5 0 57 141 27 37 137 47
Binary 11000100 1101000 101 0 101111 1100001 10111 11111 1011111 100111

Color Harmonies of #C46805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46805

Black with #C46805

Text Example


Text Example

White with #C46805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46805; }

 p { color: rgb(196,104,5); }

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

background-color css

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

 a { background-color: rgb(196,104,5); }

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

border-color css

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

 span { border-color: rgb(196,104,5); }

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