#C9580A

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

Shades of Tenne (Tawny) #C9580A

Tints of Tenne (Tawny) #C9580A

Color information

#C9580A (or 0xC9580A) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 58 and 0A. RGB value is (201,88,10). Sum of RGB (Red+Green+Blue) = 201+88+10=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9580A is #36A7F5. Grayscale: #717171. Windows color (decimal): -3581942 or 678089. OLE color: 678089.

HSL color Cylindrical-coordinate representation of color #C9580A: hue angle of 24.5º 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 #C9580A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB2018810-
CMYK00.560.950.21
HSL24.5º90.52%41.37%-
HSV(B)24.5º95.02%78.82%-
XYZ27.6319.422.58-
YUV112.969.94190.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.22%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 10 (4.30% from 255) = 3.34%
R=67.22%
G=29.43%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201881000.560.950.2124.590.5241.37
HexC958A0385F15195b29
Octal31113012070137253113351
Binary11001001101100010100111000101111110101110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9580A; }

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

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

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

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

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

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

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

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