#C95414

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

Shades of Tenne (Tawny) #C95414

Tints of Tenne (Tawny) #C95414

Color information

#C95414 (or 0xC95414) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 54 and 14. RGB value is (201,84,20). Sum of RGB (Red+Green+Blue) = 201+84+20=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C95414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95414 is #36ABEB. Grayscale: #707070. Windows color (decimal): -3582956 or 1332425. OLE color: 1332425.

HSL color Cylindrical-coordinate representation of color #C95414: hue angle of 21.22º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C95414 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2018420-
CMYK00.580.900.21
HSL21.22º81.9%43.33%-
HSV(B)21.22º90.05%78.82%-
XYZ27.3818.812.85-
YUV111.6976.26191.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.90%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=65.90%
G=27.54%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201842000.580.900.2121.2281.943.33
HexC9541403A5A1515522b
Octal31112424072132252512253
Binary110010011010100101000111010101101010101101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95414; }

 p { color: rgb(201,84,20); }

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

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

 a { background-color: rgb(201,84,20); }

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

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

 span { border-color: rgb(201,84,20); }

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