Html Css Color HEX #C1610B Tenne (Tawny)

📋 copy color: '#C1610B'

red 193 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #C1610B

Tints of Tenne (Tawny) #C1610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 64.12%
G = 32.23%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1610B (or 0xC1610B) is known color: Tenne (Tawny). HEX triplet: C1, 61 and 0B. RGB value is (193,97,11). Sum of RGB (Red+Green+Blue) = 193+97+11=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1610B is #3E9EF4. Grayscale: #747474. Windows color (decimal): -4103925 or 745921. OLE color: 745921.

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

Color convert

RGB 193 97 11 -
CMYK 0 0.50 0.94 0.24
HSL 28.35º 0.89% 0.4% -
HSV(B) 28.35º 0.94% 0.76% -
XYZ 26.33 19.91 2.77 -
YUV 115.9 68.8 182.99 -
System Red Green Blue C M Y K H S L
Decimal 193 97 11 0 0.50 0.94 0.24 28.35 0.89 0.4
Hex C1 61 B 0 32 5E 18 1C 59 28
Octal 301 141 13 0 62 136 30 34 131 50
Binary 11000001 1100001 1011 0 110010 1011110 11000 11100 1011001 101000

Color Harmonies of #C1610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1610B

Black with #C1610B

Text Example


Text Example

White with #C1610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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