#CC5503

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

Shades of Tenne (Tawny) #CC5503

Tints of Tenne (Tawny) #CC5503

Color information

#CC5503 (or 0xCC5503) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 55 and 03. RGB value is (204,85,3). Sum of RGB (Red+Green+Blue) = 204+85+3=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5503 is #33AAFC. Grayscale: #6F6F6F. Windows color (decimal): -3386109 or 218572. OLE color: 218572.

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

Color convert

RGB204853-
CMYK00.580.990.2
HSL24.48º97.1%40.59%-
HSV(B)24.48º98.53%80%-
XYZ28.1719.342.33-
YUV111.2366.92194.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.86%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=69.86%
G=29.11%
B=1.03%

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
Decimal20485300.580.990.224.4897.140.59
HexCC55303A6314186129
Octal3141253072143243014151
Binary110011001010101110111010110001110100110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5503; }

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

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

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

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

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

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

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

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