Html Css Color HEX #C1640C Tenne (Tawny)

📋 copy color: '#C1640C'

red 193 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #C1640C

Tints of Tenne (Tawny) #C1640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 63.28%
G = 32.79%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1640C (or 0xC1640C) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 0C. RGB value is (193,100,12). Sum of RGB (Red+Green+Blue) = 193+100+12=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1640C is #3E9BF3. Grayscale: #767676. Windows color (decimal): -4103156 or 812225. OLE color: 812225.

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

Color convert

RGB 193 100 12 -
CMYK 0 0.48 0.94 0.24
HSL 29.17º 0.88% 0.4% -
HSV(B) 29.17º 0.94% 0.76% -
XYZ 26.62 20.48 2.9 -
YUV 117.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 193 100 12 0 0.48 0.94 0.24 29.17 0.88 0.4
Hex C1 64 C 0 30 5E 18 1D 58 28
Octal 301 144 14 0 60 136 30 35 130 50
Binary 11000001 1100100 1100 0 110000 1011110 11000 11101 1011000 101000

Color Harmonies of #C1640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1640C

Black with #C1640C

Text Example


Text Example

White with #C1640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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