#C56002

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

Shades of Tenne (Tawny) #C56002

Tints of Tenne (Tawny) #C56002

Color information

#C56002 (or 0xC56002) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 60 and 02. RGB value is (197,96,2). Sum of RGB (Red+Green+Blue) = 197+96+2=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C56002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56002 is #3A9FFD. Grayscale: #737373. Windows color (decimal): -3842046 or 155845. OLE color: 155845.

HSL color Cylindrical-coordinate representation of color #C56002: hue angle of 28.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C56002 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB197962-
CMYK00.510.990.23
HSL28.92º97.99%39.02%-
HSV(B)28.92º98.98%77.25%-
XYZ27.2220.242.53-
YUV115.4863.96186.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.78%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=66.78%
G=32.54%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19796200.510.990.2328.9297.9939.02
HexC560203363171d6227
Octal3051402063143273514247
Binary110001011100000100110011110001110111111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56002; }

 p { color: rgb(197,96,2); }

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

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

 a { background-color: rgb(197,96,2); }

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

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

 span { border-color: rgb(197,96,2); }

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