Html Css Color HEX #C16500 Tenne (Tawny)

📋 copy color: '#C16500'

red 193 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #C16500

Tints of Tenne (Tawny) #C16500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.65%
G = 34.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C16500 (or 0xC16500) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 00. RGB value is (193,101,0). Sum of RGB (Red+Green+Blue) = 193+101+0=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C16500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16500 is #3E9AFF. Grayscale: #757575. Windows color (decimal): -4102912 or 26049. OLE color: 26049.

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

Color convert

RGB 193 101 0 -
CMYK 0 0.48 1 0.24
HSL 31.4º 1% 0.38% -
HSV(B) 31.4º 1% 0.76% -
XYZ 26.65 20.64 2.58 -
YUV 116.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 193 101 0 0 0.48 1 0.24 31.4 1 0.38
Hex C1 65 0 0 30 64 18 1F 64 26
Octal 301 145 0 0 60 144 30 37 144 46
Binary 11000001 1100101 0 0 110000 1100100 11000 11111 1100100 100110

Color Harmonies of #C16500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16500

Black with #C16500

Text Example


Text Example

White with #C16500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16500; }

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

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

background-color css

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

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

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

border-color css

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

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

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