#C9560A

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

Shades of Tenne (Tawny) #C9560A

Tints of Tenne (Tawny) #C9560A

Color information

#C9560A (or 0xC9560A) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 56 and 0A. RGB value is (201,86,10). Sum of RGB (Red+Green+Blue) = 201+86+10=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9560A is #36A9F5. Grayscale: #707070. Windows color (decimal): -3582454 or 677577. OLE color: 677577.

HSL color Cylindrical-coordinate representation of color #C9560A: hue angle of 23.87º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9560A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB2018610-
CMYK00.570.950.21
HSL23.87º90.52%41.37%-
HSV(B)23.87º95.02%78.82%-
XYZ27.4719.092.53-
YUV111.7270.6191.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.68%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=67.68%
G=28.96%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201861000.570.950.2123.8790.5241.37
HexC956A0395F15185b29
Octal31112612071137253013351
Binary11001001101011010100111001101111110101110001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9560A; }

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

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

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

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

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

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

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

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