#C1560C

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

Shades of Tenne (Tawny) #C1560C

Tints of Tenne (Tawny) #C1560C

Color information

#C1560C (or 0xC1560C) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 56 and 0C. RGB value is (193,86,12). Sum of RGB (Red+Green+Blue) = 193+86+12=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1560C is #3EA9F3. Grayscale: #6D6D6D. Windows color (decimal): -4106740 or 808641. OLE color: 808641.

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

Color convert

RGB1938612-
CMYK00.550.940.24
HSL24.53º88.29%40.2%-
HSV(B)24.53º93.78%75.69%-
XYZ25.3918.022.49-
YUV109.5672.95187.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.32%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=66.32%
G=29.55%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193861200.550.940.2424.5388.2940.2
HexC156C0375E18195828
Octal30112614067136303113050
Binary11000001101011011000110111101111011000110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1560C; }

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

 H1.HeaderClassName
 {
   color: #C1560C;
 }
 .AnyTagClassName
 {
   color: #C1560C;
 }
</style>
background-color css

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

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

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

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

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

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