#C1600C

Color #C1600C Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C1600C

Tints of Tenne (Tawny) #C1600C

Color information

#C1600C (or 0xC1600C) is unknown color: approx 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

RGB1939612-
CMYK00.500.940.24
HSL27.85º88.29%40.2%-
HSV(B)27.85º93.78%75.69%-
XYZ26.2419.732.77-
YUV115.4369.64183.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193961200.500.940.2427.8588.2940.2
HexC160C0325E181c5828
Octal30114014062136303413050
Binary11000001110000011000110010101111011000111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>