#C95402

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

Shades of Tenne (Tawny) #C95402

Tints of Tenne (Tawny) #C95402

Color information

#C95402 (or 0xC95402) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 54 and 02. RGB value is (201,84,2). Sum of RGB (Red+Green+Blue) = 201+84+2=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C95402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95402 is #36ABFD. Grayscale: #6E6E6E. Windows color (decimal): -3582974 or 152777. OLE color: 152777.

HSL color Cylindrical-coordinate representation of color #C95402: hue angle of 24.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C95402 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB201842-
CMYK00.580.990.21
HSL24.72º98.03%39.8%-
HSV(B)24.72º99%78.82%-
XYZ27.2718.762.24-
YUV109.6467.26193.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.03%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=70.03%
G=29.27%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20184200.580.990.2124.7298.0339.8
HexC954203A6315196228
Octal3111242072143253114250
Binary110010011010100100111010110001110101110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95402; }

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

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

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

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

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

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

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

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