Html Css Color HEX #C16400 Tenne (Tawny)

📋 copy color: '#C16400'

red 193 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #C16400

Tints of Tenne (Tawny) #C16400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 65.87%
G = 34.13%
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

#C16400 (or 0xC16400) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 00. RGB value is (193,100,0). Sum of RGB (Red+Green+Blue) = 193+100+0=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C16400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16400 is #3E9BFF. Grayscale: #747474. Windows color (decimal): -4103168 or 25793. OLE color: 25793.

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

Color convert

RGB 193 100 0 -
CMYK 0 0.48 1 0.24
HSL 31.09º 1% 0.38% -
HSV(B) 31.09º 1% 0.76% -
XYZ 26.55 20.45 2.55 -
YUV 116.41 62.31 182.63 -
System Red Green Blue C M Y K H S L
Decimal 193 100 0 0 0.48 1 0.24 31.09 1 0.38
Hex C1 64 0 0 30 64 18 1F 64 26
Octal 301 144 0 0 60 144 30 37 144 46
Binary 11000001 1100100 0 0 110000 1100100 11000 11111 1100100 100110

Color Harmonies of #C16400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16400

Black with #C16400

Text Example


Text Example

White with #C16400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16400; }

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

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

background-color css

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

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

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

border-color css

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

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

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