Html Css Color HEX #C16A04 Tenne (Tawny)

📋 copy color: '#C16A04'

red 193 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #C16A04

Tints of Tenne (Tawny) #C16A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 63.7%
G = 34.98%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16A04 (or 0xC16A04) is known color: Tenne (Tawny). HEX triplet: C1, 6A and 04. RGB value is (193,106,4). Sum of RGB (Red+Green+Blue) = 193+106+4=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16A04 is #3E95FB. Grayscale: #787878. Windows color (decimal): -4101628 or 289473. OLE color: 289473.

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

Color convert

RGB 193 106 4 -
CMYK 0 0.45 0.98 0.24
HSL 32.38º 0.96% 0.39% -
HSV(B) 32.38º 0.98% 0.76% -
XYZ 27.17 21.65 2.86 -
YUV 120.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 193 106 4 0 0.45 0.98 0.24 32.38 0.96 0.39
Hex C1 6A 4 0 2D 62 18 20 60 27
Octal 301 152 4 0 55 142 30 40 140 47
Binary 11000001 1101010 100 0 101101 1100010 11000 100000 1100000 100111

Color Harmonies of #C16A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A04

Black with #C16A04

Text Example


Text Example

White with #C16A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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