Html Css Color HEX #C16C01 Tenne (Tawny)

📋 copy color: '#C16C01'

red 193 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #C16C01

Tints of Tenne (Tawny) #C16C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 63.91%
G = 35.76%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16C01 (or 0xC16C01) is known color: Tenne (Tawny). HEX triplet: C1, 6C and 01. RGB value is (193,108,1). Sum of RGB (Red+Green+Blue) = 193+108+1=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16C01 is #3E93FE. Grayscale: #797979. Windows color (decimal): -4101119 or 93377. OLE color: 93377.

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

Color convert

RGB 193 108 1 -
CMYK 0 0.44 0.99 0.24
HSL 33.44º 0.99% 0.38% -
HSV(B) 33.44º 0.99% 0.76% -
XYZ 27.36 22.06 2.85 -
YUV 121.22 60.16 179.2 -
System Red Green Blue C M Y K H S L
Decimal 193 108 1 0 0.44 0.99 0.24 33.44 0.99 0.38
Hex C1 6C 1 0 2C 63 18 21 63 26
Octal 301 154 1 0 54 143 30 41 143 46
Binary 11000001 1101100 1 0 101100 1100011 11000 100001 1100011 100110

Color Harmonies of #C16C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C01

Black with #C16C01

Text Example


Text Example

White with #C16C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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