#C95202

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

Shades of Tenne (Tawny) #C95202

Tints of Tenne (Tawny) #C95202

Color information

#C95202 (or 0xC95202) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 52 and 02. RGB value is (201,82,2). Sum of RGB (Red+Green+Blue) = 201+82+2=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C95202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95202 is #36ADFD. Grayscale: #6C6C6C. Windows color (decimal): -3583486 or 152265. OLE color: 152265.

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

Color convert

RGB201822-
CMYK00.590.990.21
HSL24.12º98.03%39.8%-
HSV(B)24.12º99%78.82%-
XYZ27.1218.462.19-
YUV108.4667.92194-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.53%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=70.53%
G=28.77%
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
Decimal20182200.590.990.2124.1298.0339.8
HexC952203B6315186228
Octal3111222073143253014250
Binary110010011010010100111011110001110101110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95202; }

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

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

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

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

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

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

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

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