Html Css Color HEX #C16A03 Tenne (Tawny)

📋 copy color: '#C16A03'

red 193 ◦ green 106 ◦ blue 3

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

Shades of Tenne (Tawny) #C16A03

Tints of Tenne (Tawny) #C16A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 63.91%
G = 35.1%
B = 0.99%

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

#C16A03 (or 0xC16A03) is known color: Tenne (Tawny). HEX triplet: C1, 6A and 03. RGB value is (193,106,3). Sum of RGB (Red+Green+Blue) = 193+106+3=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16A03 is #3E95FC. Grayscale: #787878. Windows color (decimal): -4101629 or 223937. OLE color: 223937.

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

Color convert

RGB 193 106 3 -
CMYK 0 0.45 0.98 0.24
HSL 32.53º 0.97% 0.38% -
HSV(B) 32.53º 0.98% 0.76% -
XYZ 27.16 21.65 2.83 -
YUV 120.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 193 106 3 0 0.45 0.98 0.24 32.53 0.97 0.38
Hex C1 6A 3 0 2D 62 18 21 61 26
Octal 301 152 3 0 55 142 30 41 141 46
Binary 11000001 1101010 11 0 101101 1100010 11000 100001 1100001 100110

Color Harmonies of #C16A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A03

Black with #C16A03

Text Example


Text Example

White with #C16A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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