Html Css Color HEX #C16208 Tenne (Tawny)

📋 copy color: '#C16208'

red 193 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #C16208

Tints of Tenne (Tawny) #C16208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 64.55%
G = 32.78%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16208 (or 0xC16208) is known color: Tenne (Tawny). HEX triplet: C1, 62 and 08. RGB value is (193,98,8). Sum of RGB (Red+Green+Blue) = 193+98+8=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C16208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16208 is #3E9DF7. Grayscale: #747474. Windows color (decimal): -4103672 or 549569. OLE color: 549569.

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

Color convert

RGB 193 98 8 -
CMYK 0 0.49 0.96 0.24
HSL 29.19º 0.92% 0.39% -
HSV(B) 29.19º 0.96% 0.76% -
XYZ 26.4 20.09 2.72 -
YUV 116.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 193 98 8 0 0.49 0.96 0.24 29.19 0.92 0.39
Hex C1 62 8 0 31 60 18 1D 5C 27
Octal 301 142 10 0 61 140 30 35 134 47
Binary 11000001 1100010 1000 0 110001 1100000 11000 11101 1011100 100111

Color Harmonies of #C16208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16208

Black with #C16208

Text Example


Text Example

White with #C16208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16208; }

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

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

background-color css

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

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

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

border-color css

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

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

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