Html Css Color HEX #C16004 Tenne (Tawny)

📋 copy color: '#C16004'

red 193 ◦ green 96 ◦ blue 4

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

Shades of Tenne (Tawny) #C16004

Tints of Tenne (Tawny) #C16004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 65.87%
G = 32.76%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16004 (or 0xC16004) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 04. RGB value is (193,96,4). Sum of RGB (Red+Green+Blue) = 193+96+4=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C16004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16004 is #3E9FFB. Grayscale: #727272. Windows color (decimal): -4104188 or 286913. OLE color: 286913.

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

Color convert

RGB 193 96 4 -
CMYK 0 0.50 0.98 0.24
HSL 29.21º 0.96% 0.39% -
HSV(B) 29.21º 0.98% 0.76% -
XYZ 26.2 19.71 2.54 -
YUV 114.52 65.64 183.98 -
System Red Green Blue C M Y K H S L
Decimal 193 96 4 0 0.50 0.98 0.24 29.21 0.96 0.39
Hex C1 60 4 0 32 62 18 1D 60 27
Octal 301 140 4 0 62 142 30 35 140 47
Binary 11000001 1100000 100 0 110010 1100010 11000 11101 1100000 100111

Color Harmonies of #C16004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16004

Black with #C16004

Text Example


Text Example

White with #C16004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16004; }

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

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

background-color css

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

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

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

border-color css

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

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

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