#C95302

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

Shades of Tenne (Tawny) #C95302

Tints of Tenne (Tawny) #C95302

Color information

#C95302 (or 0xC95302) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 53 and 02. RGB value is (201,83,2). Sum of RGB (Red+Green+Blue) = 201+83+2=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C95302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95302 is #36ACFD. Grayscale: #6D6D6D. Windows color (decimal): -3583230 or 152521. OLE color: 152521.

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

Color convert

RGB201832-
CMYK00.590.990.21
HSL24.42º98.03%39.8%-
HSV(B)24.42º99%78.82%-
XYZ27.1918.612.22-
YUV109.0567.59193.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.28%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=70.28%
G=29.02%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20183200.590.990.2124.4298.0339.8
HexC953203B6315186228
Octal3111232073143253014250
Binary110010011010011100111011110001110101110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95302; }

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

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

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

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

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

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

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

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