Html Css Color HEX #C16808 Tenne (Tawny)

📋 copy color: '#C16808'

red 193 ◦ green 104 ◦ blue 8

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

Shades of Tenne (Tawny) #C16808

Tints of Tenne (Tawny) #C16808

RGB

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

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

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

R = 63.28%
G = 34.1%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16808 (or 0xC16808) is known color: Tenne (Tawny). HEX triplet: C1, 68 and 08. RGB value is (193,104,8). Sum of RGB (Red+Green+Blue) = 193+104+8=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C16808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16808 is #3E97F7. Grayscale: #787878. Windows color (decimal): -4102136 or 551105. OLE color: 551105.

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

Color convert

RGB 193 104 8 -
CMYK 0 0.46 0.96 0.24
HSL 31.14º 0.92% 0.39% -
HSV(B) 31.14º 0.96% 0.76% -
XYZ 26.99 21.26 2.91 -
YUV 119.67 64.99 180.31 -
System Red Green Blue C M Y K H S L
Decimal 193 104 8 0 0.46 0.96 0.24 31.14 0.92 0.39
Hex C1 68 8 0 2E 60 18 1F 5C 27
Octal 301 150 10 0 56 140 30 37 134 47
Binary 11000001 1101000 1000 0 101110 1100000 11000 11111 1011100 100111

Color Harmonies of #C16808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16808

Black with #C16808

Text Example


Text Example

White with #C16808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16808; }

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

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

background-color css

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

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

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

border-color css

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

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

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