Html Css Color HEX #C1670B Tenne (Tawny)

📋 copy color: '#C1670B'

red 193 ◦ green 103 ◦ blue 11

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

Shades of Tenne (Tawny) #C1670B

Tints of Tenne (Tawny) #C1670B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 62.87%
G = 33.55%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1670B (or 0xC1670B) is known color: Tenne (Tawny). HEX triplet: C1, 67 and 0B. RGB value is (193,103,11). Sum of RGB (Red+Green+Blue) = 193+103+11=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1670B is #3E98F4. Grayscale: #777777. Windows color (decimal): -4102389 or 747457. OLE color: 747457.

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

Color convert

RGB 193 103 11 -
CMYK 0 0.47 0.94 0.24
HSL 30.33º 0.89% 0.4% -
HSV(B) 30.33º 0.94% 0.76% -
XYZ 26.9 21.06 2.96 -
YUV 119.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 193 103 11 0 0.47 0.94 0.24 30.33 0.89 0.4
Hex C1 67 B 0 2F 5E 18 1E 59 28
Octal 301 147 13 0 57 136 30 36 131 50
Binary 11000001 1100111 1011 0 101111 1011110 11000 11110 1011001 101000

Color Harmonies of #C1670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1670B

Black with #C1670B

Text Example


Text Example

White with #C1670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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