Html Css Color HEX #C16009 Tenne (Tawny)

📋 copy color: '#C16009'

red 193 ◦ green 96 ◦ blue 9

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

Shades of Tenne (Tawny) #C16009

Tints of Tenne (Tawny) #C16009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 64.77%
G = 32.21%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C16009 (or 0xC16009) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 09. RGB value is (193,96,9). Sum of RGB (Red+Green+Blue) = 193+96+9=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C16009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16009 is #3E9FF6. Grayscale: #737373. Windows color (decimal): -4104183 or 614593. OLE color: 614593.

HSL color Cylindrical-coordinate representation of color #C16009: hue angle of 28.37º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C16009 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 9 -
CMYK 0 0.50 0.95 0.24
HSL 28.37º 0.91% 0.4% -
HSV(B) 28.37º 0.95% 0.76% -
XYZ 26.22 19.72 2.68 -
YUV 115.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 193 96 9 0 0.50 0.95 0.24 28.37 0.91 0.4
Hex C1 60 9 0 32 5F 18 1C 5B 28
Octal 301 140 11 0 62 137 30 34 133 50
Binary 11000001 1100000 1001 0 110010 1011111 11000 11100 1011011 101000

Color Harmonies of #C16009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16009

Black with #C16009

Text Example


Text Example

White with #C16009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16009; }

 p { color: rgb(193,96,9); }

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

background-color css

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

 a { background-color: rgb(193,96,9); }

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

border-color css

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

 span { border-color: rgb(193,96,9); }

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