Html Css Color HEX #C16A08 Tenne (Tawny)

📋 copy color: '#C16A08'

red 193 ◦ green 106 ◦ blue 8

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

Shades of Tenne (Tawny) #C16A08

Tints of Tenne (Tawny) #C16A08

RGB

 RED value IS 193 (75.78% from 255) = 62.87%

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

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 62.87%
G = 34.53%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16A08 (or 0xC16A08) is known color: Tenne (Tawny). HEX triplet: C1, 6A and 08. RGB value is (193,106,8). Sum of RGB (Red+Green+Blue) = 193+106+8=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16A08 is #3E95F7. Grayscale: #797979. Windows color (decimal): -4101624 or 551617. OLE color: 551617.

HSL color Cylindrical-coordinate representation of color #C16A08: hue angle of 31.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C16A08 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 106 8 -
CMYK 0 0.45 0.96 0.24
HSL 31.78º 0.92% 0.39% -
HSV(B) 31.78º 0.96% 0.76% -
XYZ 27.19 21.66 2.98 -
YUV 120.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 193 106 8 0 0.45 0.96 0.24 31.78 0.92 0.39
Hex C1 6A 8 0 2D 60 18 20 5C 27
Octal 301 152 10 0 55 140 30 40 134 47
Binary 11000001 1101010 1000 0 101101 1100000 11000 100000 1011100 100111

Color Harmonies of #C16A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A08

Black with #C16A08

Text Example


Text Example

White with #C16A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A08; }

 p { color: rgb(193,106,8); }

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

background-color css

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

 a { background-color: rgb(193,106,8); }

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

border-color css

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

 span { border-color: rgb(193,106,8); }

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