#CC5511

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

Shades of Tenne (Tawny) #CC5511

Tints of Tenne (Tawny) #CC5511

Color information

#CC5511 (or 0xCC5511) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 55 and 11. RGB value is (204,85,17). Sum of RGB (Red+Green+Blue) = 204+85+17=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5511 is #33AAEE. Grayscale: #717171. Windows color (decimal): -3386095 or 1136076. OLE color: 1136076.

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

Color convert

RGB2048517-
CMYK00.580.920.2
HSL21.82º84.62%43.33%-
HSV(B)21.82º91.67%80%-
XYZ28.2519.372.78-
YUV112.8373.92193.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.67%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 17 (7.03% from 255) = 5.56%
R=66.67%
G=27.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204851700.580.920.221.8284.6243.33
HexCC551103A5C1416552b
Octal31412521072134242612553
Binary110011001010101100010111010101110010100101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5511; }

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

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

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

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

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

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

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

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