Html Css Color HEX #C16005 Tenne (Tawny)

📋 copy color: '#C16005'

red 193 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #C16005

Tints of Tenne (Tawny) #C16005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 65.65%
G = 32.65%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16005 (or 0xC16005) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 05. RGB value is (193,96,5). Sum of RGB (Red+Green+Blue) = 193+96+5=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C16005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16005 is #3E9FFA. Grayscale: #737373. Windows color (decimal): -4104187 or 352449. OLE color: 352449.

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

Color convert

RGB 193 96 5 -
CMYK 0 0.50 0.97 0.24
HSL 29.04º 0.95% 0.39% -
HSV(B) 29.04º 0.97% 0.76% -
XYZ 26.2 19.71 2.57 -
YUV 114.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 193 96 5 0 0.50 0.97 0.24 29.04 0.95 0.39
Hex C1 60 5 0 32 61 18 1D 5F 27
Octal 301 140 5 0 62 141 30 35 137 47
Binary 11000001 1100000 101 0 110010 1100001 11000 11101 1011111 100111

Color Harmonies of #C16005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16005

Black with #C16005

Text Example


Text Example

White with #C16005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16005; }

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

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

background-color css

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

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

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

border-color css

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

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

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