Html Css Color HEX #C16802 Tenne (Tawny)

📋 copy color: '#C16802'

red 193 ◦ green 104 ◦ blue 2

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

Shades of Tenne (Tawny) #C16802

Tints of Tenne (Tawny) #C16802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 64.55%
G = 34.78%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16802 (or 0xC16802) is known color: Tenne (Tawny). HEX triplet: C1, 68 and 02. RGB value is (193,104,2). Sum of RGB (Red+Green+Blue) = 193+104+2=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C16802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16802 is #3E97FD. Grayscale: #777777. Windows color (decimal): -4102142 or 157889. OLE color: 157889.

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

Color convert

RGB 193 104 2 -
CMYK 0 0.46 0.99 0.24
HSL 32.04º 0.98% 0.38% -
HSV(B) 32.04º 0.99% 0.76% -
XYZ 26.95 21.24 2.74 -
YUV 118.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 193 104 2 0 0.46 0.99 0.24 32.04 0.98 0.38
Hex C1 68 2 0 2E 63 18 20 62 26
Octal 301 150 2 0 56 143 30 40 142 46
Binary 11000001 1101000 10 0 101110 1100011 11000 100000 1100010 100110

Color Harmonies of #C16802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16802

Black with #C16802

Text Example


Text Example

White with #C16802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16802; }

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

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

background-color css

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

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

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

border-color css

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

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

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