Html Css Color HEX #C16404 Tenne (Tawny)

📋 copy color: '#C16404'

red 193 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #C16404

Tints of Tenne (Tawny) #C16404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 64.98%
G = 33.67%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16404 (or 0xC16404) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 04. RGB value is (193,100,4). Sum of RGB (Red+Green+Blue) = 193+100+4=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C16404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16404 is #3E9BFB. Grayscale: #757575. Windows color (decimal): -4103164 or 287937. OLE color: 287937.

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

Color convert

RGB 193 100 4 -
CMYK 0 0.48 0.98 0.24
HSL 30.48º 0.96% 0.39% -
HSV(B) 30.48º 0.98% 0.76% -
XYZ 26.57 20.46 2.66 -
YUV 116.86 64.31 182.31 -
System Red Green Blue C M Y K H S L
Decimal 193 100 4 0 0.48 0.98 0.24 30.48 0.96 0.39
Hex C1 64 4 0 30 62 18 1E 60 27
Octal 301 144 4 0 60 142 30 36 140 47
Binary 11000001 1100100 100 0 110000 1100010 11000 11110 1100000 100111

Color Harmonies of #C16404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16404

Black with #C16404

Text Example


Text Example

White with #C16404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16404; }

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

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

background-color css

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

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

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

border-color css

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

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

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