Html Css Color HEX #C46005 Tenne (Tawny)

📋 copy color: '#C46005'

red 196 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #C46005

Tints of Tenne (Tawny) #C46005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 65.99%
G = 32.32%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C46005 (or 0xC46005) is known color: Tenne (Tawny). HEX triplet: C4, 60 and 05. RGB value is (196,96,5). Sum of RGB (Red+Green+Blue) = 196+96+5=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C46005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46005 is #3B9FFA. Grayscale: #737373. Windows color (decimal): -3907579 or 352452. OLE color: 352452.

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

Color convert

RGB 196 96 5 -
CMYK 0 0.51 0.97 0.23
HSL 28.59º 0.95% 0.39% -
HSV(B) 28.59º 0.97% 0.77% -
XYZ 26.98 20.11 2.6 -
YUV 115.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 196 96 5 0 0.51 0.97 0.23 28.59 0.95 0.39
Hex C4 60 5 0 33 61 17 1D 5F 27
Octal 304 140 5 0 63 141 27 35 137 47
Binary 11000100 1100000 101 0 110011 1100001 10111 11101 1011111 100111

Color Harmonies of #C46005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46005

Black with #C46005

Text Example


Text Example

White with #C46005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46005; }

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

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

background-color css

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

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

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

border-color css

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

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

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