#C15004

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

Shades of Tenne (Tawny) #C15004

Tints of Tenne (Tawny) #C15004

Color information

#C15004 (or 0xC15004) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 50 and 04. RGB value is (193,80,4). Sum of RGB (Red+Green+Blue) = 193+80+4=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C15004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15004 is #3EAFFB. Grayscale: #696969. Windows color (decimal): -4108284 or 282817. OLE color: 282817.

HSL color Cylindrical-coordinate representation of color #C15004: hue angle of 24.13º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C15004 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB193804-
CMYK00.590.980.24
HSL24.13º95.94%38.63%-
HSV(B)24.13º97.93%75.69%-
XYZ24.8817.082.1-
YUV105.1270.94190.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.68%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=69.68%
G=28.88%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19380400.590.980.2424.1395.9438.63
HexC150403B6218186027
Octal3011204073142303014047
Binary1100000110100001000111011110001011000110001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15004; }

 p { color: rgb(193,80,4); }

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

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

 a { background-color: rgb(193,80,4); }

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

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

 span { border-color: rgb(193,80,4); }

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