Html Css Color HEX #C16508 Tenne (Tawny)

📋 copy color: '#C16508'

red 193 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #C16508

Tints of Tenne (Tawny) #C16508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 63.91%
G = 33.44%
B = 2.65%

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

#C16508 (or 0xC16508) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 08. RGB value is (193,101,8). Sum of RGB (Red+Green+Blue) = 193+101+8=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C16508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16508 is #3E9AF7. Grayscale: #767676. Windows color (decimal): -4102904 or 550337. OLE color: 550337.

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

Color convert

RGB 193 101 8 -
CMYK 0 0.48 0.96 0.24
HSL 30.16º 0.92% 0.39% -
HSV(B) 30.16º 0.96% 0.76% -
XYZ 26.69 20.66 2.81 -
YUV 117.91 65.98 181.56 -
System Red Green Blue C M Y K H S L
Decimal 193 101 8 0 0.48 0.96 0.24 30.16 0.92 0.39
Hex C1 65 8 0 30 60 18 1E 5C 27
Octal 301 145 10 0 60 140 30 36 134 47
Binary 11000001 1100101 1000 0 110000 1100000 11000 11110 1011100 100111

Color Harmonies of #C16508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16508

Black with #C16508

Text Example


Text Example

White with #C16508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16508; }

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

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

background-color css

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

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

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

border-color css

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

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

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