#c0500a

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

Shades of Tenne (Tawny) #C0500A

Tints of Tenne (Tawny) #C0500A

Color information

#C0500A (or 0xC0500A) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 50 and 0A. RGB value is (192,80,10). Sum of RGB (Red+Green+Blue) = 192+80+10=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C0500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0500A is #3FAFF5. Grayscale: #696969. Windows color (decimal): -4173814 or 676032. OLE color: 676032.

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

Color convert

RGB1928010-
CMYK00.580.950.25
HSL23.08º90.1%39.61%-
HSV(B)23.08º94.79%75.29%-
XYZ24.6616.972.26-
YUV105.5174.11189.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.09%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 10 (4.30% from 255) = 3.55%
R=68.09%
G=28.37%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192801000.580.950.2523.0890.139.61
HexC050A03A5F19175a28
Octal30012012072137312713250
Binary11000000101000010100111010101111111001101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0500a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0500a; }

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

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

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

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

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

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

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

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