Html Css Color HEX #C1620B Tenne (Tawny)

📋 copy color: '#C1620B'

red 193 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #C1620B

Tints of Tenne (Tawny) #C1620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.64%

R = 63.91%
G = 32.45%
B = 3.64%

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

#C1620B (or 0xC1620B) is known color: Tenne (Tawny). HEX triplet: C1, 62 and 0B. RGB value is (193,98,11). Sum of RGB (Red+Green+Blue) = 193+98+11=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1620B is #3E9DF4. Grayscale: #747474. Windows color (decimal): -4103669 or 746177. OLE color: 746177.

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

Color convert

RGB 193 98 11 -
CMYK 0 0.49 0.94 0.24
HSL 28.68º 0.89% 0.4% -
HSV(B) 28.68º 0.94% 0.76% -
XYZ 26.42 20.1 2.8 -
YUV 116.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 193 98 11 0 0.49 0.94 0.24 28.68 0.89 0.4
Hex C1 62 B 0 31 5E 18 1D 59 28
Octal 301 142 13 0 61 136 30 35 131 50
Binary 11000001 1100010 1011 0 110001 1011110 11000 11101 1011001 101000

Color Harmonies of #C1620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1620B

Black with #C1620B

Text Example


Text Example

White with #C1620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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