#CC5811

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

Shades of Tenne (Tawny) #CC5811

Tints of Tenne (Tawny) #CC5811

Color information

#CC5811 (or 0xCC5811) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 58 and 11. RGB value is (204,88,17). Sum of RGB (Red+Green+Blue) = 204+88+17=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5811 is #33A7EE. Grayscale: #727272. Windows color (decimal): -3385327 or 1136844. OLE color: 1136844.

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

Color convert

RGB2048817-
CMYK00.570.920.2
HSL22.78º84.62%43.33%-
HSV(B)22.78º91.67%80%-
XYZ28.4919.862.86-
YUV114.5972.93191.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.02%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 17 (7.03% from 255) = 5.50%
R=66.02%
G=28.48%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204881700.570.920.222.7884.6243.33
HexCC58110395C1417552b
Octal31413021071134242712553
Binary110011001011000100010111001101110010100101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5811; }

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

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

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

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

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

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

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

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