Html Css Color HEX #C1680B Tenne (Tawny)

📋 copy color: '#C1680B'

red 193 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #C1680B

Tints of Tenne (Tawny) #C1680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 62.66%
G = 33.77%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1680B (or 0xC1680B) is known color: Tenne (Tawny). HEX triplet: C1, 68 and 0B. RGB value is (193,104,11). Sum of RGB (Red+Green+Blue) = 193+104+11=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1680B is #3E97F4. Grayscale: #787878. Windows color (decimal): -4102133 or 747713. OLE color: 747713.

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

Color convert

RGB 193 104 11 -
CMYK 0 0.46 0.94 0.24
HSL 30.66º 0.89% 0.4% -
HSV(B) 30.66º 0.94% 0.76% -
XYZ 27 21.26 3 -
YUV 120.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 193 104 11 0 0.46 0.94 0.24 30.66 0.89 0.4
Hex C1 68 B 0 2E 5E 18 1F 59 28
Octal 301 150 13 0 56 136 30 37 131 50
Binary 11000001 1101000 1011 0 101110 1011110 11000 11111 1011001 101000

Color Harmonies of #C1680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1680B

Black with #C1680B

Text Example


Text Example

White with #C1680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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