Html Css Color HEX #C16304 Tenne (Tawny)

📋 copy color: '#C16304'

red 193 ◦ green 99 ◦ blue 4

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

Shades of Tenne (Tawny) #C16304

Tints of Tenne (Tawny) #C16304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 65.2%
G = 33.45%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C16304 (or 0xC16304) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 04. RGB value is (193,99,4). Sum of RGB (Red+Green+Blue) = 193+99+4=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C16304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16304 is #3E9CFB. Grayscale: #747474. Windows color (decimal): -4103420 or 287681. OLE color: 287681.

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

Color convert

RGB 193 99 4 -
CMYK 0 0.49 0.98 0.24
HSL 30.16º 0.96% 0.39% -
HSV(B) 30.16º 0.98% 0.76% -
XYZ 26.48 20.27 2.63 -
YUV 116.28 64.64 182.72 -
System Red Green Blue C M Y K H S L
Decimal 193 99 4 0 0.49 0.98 0.24 30.16 0.96 0.39
Hex C1 63 4 0 31 62 18 1E 60 27
Octal 301 143 4 0 61 142 30 36 140 47
Binary 11000001 1100011 100 0 110001 1100010 11000 11110 1100000 100111

Color Harmonies of #C16304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16304

Black with #C16304

Text Example


Text Example

White with #C16304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16304; }

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

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

background-color css

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

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

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

border-color css

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

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

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