#C95502

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

Shades of Tenne (Tawny) #C95502

Tints of Tenne (Tawny) #C95502

Color information

#C95502 (or 0xC95502) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 55 and 02. RGB value is (201,85,2). Sum of RGB (Red+Green+Blue) = 201+85+2=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C95502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95502 is #36AAFD. Grayscale: #6E6E6E. Windows color (decimal): -3582718 or 153033. OLE color: 153033.

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

Color convert

RGB201852-
CMYK00.580.990.21
HSL25.03º98.03%39.8%-
HSV(B)25.03º99%78.82%-
XYZ27.3518.922.27-
YUV110.2266.93192.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.79%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=69.79%
G=29.51%
B=0.69%

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
Decimal20185200.580.990.2125.0398.0339.8
HexC955203A6315196228
Octal3111252072143253114250
Binary110010011010101100111010110001110101110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95502; }

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

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

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

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

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

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

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

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