Html Css Color HEX #C16401 Tenne (Tawny)

📋 copy color: '#C16401'

red 193 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #C16401

Tints of Tenne (Tawny) #C16401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 65.65%
G = 34.01%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16401 (or 0xC16401) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 01. RGB value is (193,100,1). Sum of RGB (Red+Green+Blue) = 193+100+1=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C16401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16401 is #3E9BFE. Grayscale: #757575. Windows color (decimal): -4103167 or 91329. OLE color: 91329.

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

Color convert

RGB 193 100 1 -
CMYK 0 0.48 0.99 0.24
HSL 30.94º 0.99% 0.38% -
HSV(B) 30.94º 0.99% 0.76% -
XYZ 26.55 20.45 2.58 -
YUV 116.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 193 100 1 0 0.48 0.99 0.24 30.94 0.99 0.38
Hex C1 64 1 0 30 63 18 1F 63 26
Octal 301 144 1 0 60 143 30 37 143 46
Binary 11000001 1100100 1 0 110000 1100011 11000 11111 1100011 100110

Color Harmonies of #C16401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16401

Black with #C16401

Text Example


Text Example

White with #C16401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16401; }

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

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

background-color css

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

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

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

border-color css

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

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

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