#C16600

Color #C16600 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C16600

Tints of Tenne (Tawny) #C16600

Color information

#C16600 (or 0xC16600) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 66 and 00. RGB value is (193,102,0). Sum of RGB (Red+Green+Blue) = 193+102+0=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C16600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16600 is #3E99FF. Grayscale: #767676. Windows color (decimal): -4102656 or 26305. OLE color: 26305.

HSL color Cylindrical-coordinate representation of color #C16600: hue angle of 31.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C16600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1931020-
CMYK00.4710.24
HSL31.71º100%37.84%-
HSV(B)31.71º100%75.69%-
XYZ26.7420.842.61-
YUV117.5861.65181.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.42%
G=34.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193102000.4710.2431.7110037.84
HexC166002F6418206426
Octal3011460057144304014446
Binary110000011100110001011111100100110001000001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16600; }

 p { color: rgb(193,102,0); }

 H1.HeaderClassName
 {
   color: #C16600;
 }
 .AnyTagClassName
 {
   color: #C16600;
 }
</style>
background-color css

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

 a { background-color: rgb(193,102,0); }

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

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

 span { border-color: rgb(193,102,0); }

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