Html Css Color HEX #C16600 Tenne (Tawny)

📋 copy color: '#C16600'

red 193 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #C16600

Tints of Tenne (Tawny) #C16600

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 value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C16600 (or 0xC16600) is known color: 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

RGB 193 102 0 -
CMYK 0 0.47 1 0.24
HSL 31.71º 1% 0.38% -
HSV(B) 31.71º 1% 0.76% -
XYZ 26.74 20.84 2.61 -
YUV 117.58 61.65 181.79 -
System Red Green Blue C M Y K H S L
Decimal 193 102 0 0 0.47 1 0.24 31.71 1 0.38
Hex C1 66 0 0 2F 64 18 20 64 26
Octal 301 146 0 0 57 144 30 40 144 46
Binary 11000001 1100110 0 0 101111 1100100 11000 100000 1100100 100110

Color Harmonies of #C16600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16600

Black with #C16600

Text Example


Text Example

White with #C16600

Text Example


Text Example

HTML Codes & Css Web 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>