#C0560A

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

Shades of Tenne (Tawny) #C0560A

Tints of Tenne (Tawny) #C0560A

Color information

#C0560A (or 0xC0560A) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 56 and 0A. RGB value is (192,86,10). Sum of RGB (Red+Green+Blue) = 192+86+10=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0560A is #3FA9F5. Grayscale: #6D6D6D. Windows color (decimal): -4172278 or 677568. OLE color: 677568.

HSL color Cylindrical-coordinate representation of color #C0560A: hue angle of 25.05º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0560A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1928610-
CMYK00.550.950.25
HSL25.05º90.1%39.61%-
HSV(B)25.05º94.79%75.29%-
XYZ25.1217.882.42-
YUV109.0372.12187.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.67%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=66.67%
G=29.86%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192861000.550.950.2525.0590.139.61
HexC056A0375F19195a28
Octal30012612067137313113250
Binary11000000101011010100110111101111111001110011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0560A; }

 p { color: rgb(192,86,10); }

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

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

 a { background-color: rgb(192,86,10); }

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

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

 span { border-color: rgb(192,86,10); }

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