Html Css Color HEX #C16901 Tenne (Tawny)

📋 copy color: '#C16901'

red 193 ◦ green 105 ◦ blue 1

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

Shades of Tenne (Tawny) #C16901

Tints of Tenne (Tawny) #C16901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

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

R = 64.55%
G = 35.12%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16901 (or 0xC16901) is known color: Tenne (Tawny). HEX triplet: C1, 69 and 01. RGB value is (193,105,1). Sum of RGB (Red+Green+Blue) = 193+105+1=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C16901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16901 is #3E96FE. Grayscale: #777777. Windows color (decimal): -4101887 or 92609. OLE color: 92609.

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

Color convert

RGB 193 105 1 -
CMYK 0 0.46 0.99 0.24
HSL 32.5º 0.99% 0.38% -
HSV(B) 32.5º 0.99% 0.76% -
XYZ 27.05 21.44 2.74 -
YUV 119.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 193 105 1 0 0.46 0.99 0.24 32.5 0.99 0.38
Hex C1 69 1 0 2E 63 18 20 63 26
Octal 301 151 1 0 56 143 30 40 143 46
Binary 11000001 1101001 1 0 101110 1100011 11000 100000 1100011 100110

Color Harmonies of #C16901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16901

Black with #C16901

Text Example


Text Example

White with #C16901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16901; }

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

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

background-color css

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

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

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

border-color css

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

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

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