#CC5603

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

Shades of Tenne (Tawny) #CC5603

Tints of Tenne (Tawny) #CC5603

Color information

#CC5603 (or 0xCC5603) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 56 and 03. RGB value is (204,86,3). Sum of RGB (Red+Green+Blue) = 204+86+3=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5603 is #33A9FC. Grayscale: #707070. Windows color (decimal): -3385853 or 218828. OLE color: 218828.

HSL color Cylindrical-coordinate representation of color #CC5603: hue angle of 24.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC5603 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB204863-
CMYK00.580.990.2
HSL24.78º97.1%40.59%-
HSV(B)24.78º98.53%80%-
XYZ28.2519.52.36-
YUV111.8266.59193.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.62%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=69.62%
G=29.35%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20486300.580.990.224.7897.140.59
HexCC56303A6314196129
Octal3141263072143243114151
Binary110011001010110110111010110001110100110011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5603; }

 p { color: rgb(204,86,3); }

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

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

 a { background-color: rgb(204,86,3); }

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

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

 span { border-color: rgb(204,86,3); }

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