Html Css Color HEX #C1600C Tenne (Tawny)

📋 copy color: '#C1600C'

red 193 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #C1600C

Tints of Tenne (Tawny) #C1600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 64.12%
G = 31.89%
B = 3.99%

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

#C1600C (or 0xC1600C) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 0C. RGB value is (193,96,12). Sum of RGB (Red+Green+Blue) = 193+96+12=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1600C is #3E9FF3. Grayscale: #737373. Windows color (decimal): -4104180 or 811201. OLE color: 811201.

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

Color convert

RGB 193 96 12 -
CMYK 0 0.50 0.94 0.24
HSL 27.85º 0.88% 0.4% -
HSV(B) 27.85º 0.94% 0.76% -
XYZ 26.24 19.73 2.77 -
YUV 115.43 69.64 183.33 -
System Red Green Blue C M Y K H S L
Decimal 193 96 12 0 0.50 0.94 0.24 27.85 0.88 0.4
Hex C1 60 C 0 32 5E 18 1C 58 28
Octal 301 140 14 0 62 136 30 34 130 50
Binary 11000001 1100000 1100 0 110010 1011110 11000 11100 1011000 101000

Color Harmonies of #C1600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1600C

Black with #C1600C

Text Example


Text Example

White with #C1600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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