Html Css Color HEX #C1620C Tenne (Tawny)

📋 copy color: '#C1620C'

red 193 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #C1620C

Tints of Tenne (Tawny) #C1620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

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

R = 63.7%
G = 32.34%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1620C (or 0xC1620C) is known color: Tenne (Tawny). HEX triplet: C1, 62 and 0C. RGB value is (193,98,12). Sum of RGB (Red+Green+Blue) = 193+98+12=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1620C is #3E9DF3. Grayscale: #757575. Windows color (decimal): -4103668 or 811713. OLE color: 811713.

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

Color convert

RGB 193 98 12 -
CMYK 0 0.49 0.94 0.24
HSL 28.51º 0.88% 0.4% -
HSV(B) 28.51º 0.94% 0.76% -
XYZ 26.43 20.1 2.83 -
YUV 116.6 68.97 182.49 -
System Red Green Blue C M Y K H S L
Decimal 193 98 12 0 0.49 0.94 0.24 28.51 0.88 0.4
Hex C1 62 C 0 31 5E 18 1D 58 28
Octal 301 142 14 0 61 136 30 35 130 50
Binary 11000001 1100010 1100 0 110001 1011110 11000 11101 1011000 101000

Color Harmonies of #C1620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1620C

Black with #C1620C

Text Example


Text Example

White with #C1620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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