Html Css Color HEX #C16408 Tenne (Tawny)

📋 copy color: '#C16408'

red 193 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #C16408

Tints of Tenne (Tawny) #C16408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 64.12%
G = 33.22%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16408 (or 0xC16408) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 08. RGB value is (193,100,8). Sum of RGB (Red+Green+Blue) = 193+100+8=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C16408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16408 is #3E9BF7. Grayscale: #757575. Windows color (decimal): -4103160 or 550081. OLE color: 550081.

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

Color convert

RGB 193 100 8 -
CMYK 0 0.48 0.96 0.24
HSL 29.84º 0.92% 0.39% -
HSV(B) 29.84º 0.96% 0.76% -
XYZ 26.59 20.47 2.78 -
YUV 117.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 193 100 8 0 0.48 0.96 0.24 29.84 0.92 0.39
Hex C1 64 8 0 30 60 18 1E 5C 27
Octal 301 144 10 0 60 140 30 36 134 47
Binary 11000001 1100100 1000 0 110000 1100000 11000 11110 1011100 100111

Color Harmonies of #C16408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16408

Black with #C16408

Text Example


Text Example

White with #C16408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16408; }

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

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

background-color css

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

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

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

border-color css

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

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

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