Html Css Color HEX #C16B08 Tenne (Tawny)

📋 copy color: '#C16B08'

red 193 ◦ green 107 ◦ blue 8

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

Shades of Tenne (Tawny) #C16B08

Tints of Tenne (Tawny) #C16B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.74%

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

R = 62.66%
G = 34.74%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16B08 (or 0xC16B08) is known color: Tenne (Tawny). HEX triplet: C1, 6B and 08. RGB value is (193,107,8). Sum of RGB (Red+Green+Blue) = 193+107+8=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B08 is #3E94F7. Grayscale: #797979. Windows color (decimal): -4101368 or 551873. OLE color: 551873.

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

Color convert

RGB 193 107 8 -
CMYK 0 0.45 0.96 0.24
HSL 32.11º 0.92% 0.39% -
HSV(B) 32.11º 0.96% 0.76% -
XYZ 27.29 21.87 3.01 -
YUV 121.43 63.99 179.05 -
System Red Green Blue C M Y K H S L
Decimal 193 107 8 0 0.45 0.96 0.24 32.11 0.92 0.39
Hex C1 6B 8 0 2D 60 18 20 5C 27
Octal 301 153 10 0 55 140 30 40 134 47
Binary 11000001 1101011 1000 0 101101 1100000 11000 100000 1011100 100111

Color Harmonies of #C16B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16B08

Black with #C16B08

Text Example


Text Example

White with #C16B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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