Html Css Color HEX #C16803 Tenne (Tawny)

📋 copy color: '#C16803'

red 193 ◦ green 104 ◦ blue 3

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

Shades of Tenne (Tawny) #C16803

Tints of Tenne (Tawny) #C16803

RGB

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

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

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

R = 64.33%
G = 34.67%
B = 1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16803 (or 0xC16803) is known color: Tenne (Tawny). HEX triplet: C1, 68 and 03. RGB value is (193,104,3). Sum of RGB (Red+Green+Blue) = 193+104+3=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C16803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16803 is #3E97FC. Grayscale: #777777. Windows color (decimal): -4102141 or 223425. OLE color: 223425.

HSL color Cylindrical-coordinate representation of color #C16803: hue angle of 31.89º 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 #C16803 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 104 3 -
CMYK 0 0.46 0.98 0.24
HSL 31.89º 0.97% 0.38% -
HSV(B) 31.89º 0.98% 0.76% -
XYZ 26.96 21.24 2.77 -
YUV 119.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 193 104 3 0 0.46 0.98 0.24 31.89 0.97 0.38
Hex C1 68 3 0 2E 62 18 20 61 26
Octal 301 150 3 0 56 142 30 40 141 46
Binary 11000001 1101000 11 0 101110 1100010 11000 100000 1100001 100110

Color Harmonies of #C16803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16803

Black with #C16803

Text Example


Text Example

White with #C16803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16803; }

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

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

background-color css

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

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

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

border-color css

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

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

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