Html Css Color HEX #C1640E Tenne (Tawny)

📋 copy color: '#C1640E'

red 193 ◦ green 100 ◦ blue 14

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

Shades of Tenne (Tawny) #C1640E

Tints of Tenne (Tawny) #C1640E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 62.87%
G = 32.57%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1640E (or 0xC1640E) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 0E. RGB value is (193,100,14). Sum of RGB (Red+Green+Blue) = 193+100+14=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1640E is #3E9BF1. Grayscale: #767676. Windows color (decimal): -4103154 or 943297. OLE color: 943297.

HSL color Cylindrical-coordinate representation of color #C1640E: hue angle of 28.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1640E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 14 -
CMYK 0 0.48 0.93 0.24
HSL 28.83º 0.86% 0.41% -
HSV(B) 28.83º 0.93% 0.76% -
XYZ 26.63 20.48 2.97 -
YUV 118 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 193 100 14 0 0.48 0.93 0.24 28.83 0.86 0.41
Hex C1 64 E 0 30 5D 18 1D 56 29
Octal 301 144 16 0 60 135 30 35 126 51
Binary 11000001 1100100 1110 0 110000 1011101 11000 11101 1010110 101001

Color Harmonies of #C1640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1640E

Black with #C1640E

Text Example


Text Example

White with #C1640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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