#C94602

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

Shades of Tenne (Tawny) #C94602

Tints of Tenne (Tawny) #C94602

Color information

#C94602 (or 0xC94602) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 46 and 02. RGB value is (201,70,2). Sum of RGB (Red+Green+Blue) = 201+70+2=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C94602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94602 is #36B9FD. Grayscale: #656565. Windows color (decimal): -3586558 or 149193. OLE color: 149193.

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

Color convert

RGB201702-
CMYK00.650.990.21
HSL20.5º98.03%39.8%-
HSV(B)20.5º99%78.82%-
XYZ26.2916.81.92-
YUV101.4271.9199.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.63%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=73.63%
G=25.64%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20170200.650.990.2120.598.0339.8
HexC94620416315156228
Octal31110620101143252514250
Binary1100100110001101001000001110001110101101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94602; }

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

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

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

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

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

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

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

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