Html Css Color HEX #C16504 Tenne (Tawny)

📋 copy color: '#C16504'

red 193 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #C16504

Tints of Tenne (Tawny) #C16504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

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

R = 64.77%
G = 33.89%
B = 1.34%

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

#C16504 (or 0xC16504) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 04. RGB value is (193,101,4). Sum of RGB (Red+Green+Blue) = 193+101+4=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C16504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16504 is #3E9AFB. Grayscale: #757575. Windows color (decimal): -4102908 or 288193. OLE color: 288193.

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

Color convert

RGB 193 101 4 -
CMYK 0 0.48 0.98 0.24
HSL 30.79º 0.96% 0.39% -
HSV(B) 30.79º 0.98% 0.76% -
XYZ 26.67 20.65 2.7 -
YUV 117.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 193 101 4 0 0.48 0.98 0.24 30.79 0.96 0.39
Hex C1 65 4 0 30 62 18 1F 60 27
Octal 301 145 4 0 60 142 30 37 140 47
Binary 11000001 1100101 100 0 110000 1100010 11000 11111 1100000 100111

Color Harmonies of #C16504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16504

Black with #C16504

Text Example


Text Example

White with #C16504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16504; }

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

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

background-color css

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

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

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

border-color css

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

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

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