#cc5211

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

Shades of Tenne (Tawny) #CC5211

Tints of Tenne (Tawny) #CC5211

Color information

#CC5211 (or 0xCC5211) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 52 and 11. RGB value is (204,82,17). Sum of RGB (Red+Green+Blue) = 204+82+17=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5211 is #33ADEE. Grayscale: #6F6F6F. Windows color (decimal): -3386863 or 1135308. OLE color: 1135308.

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

Color convert

RGB2048217-
CMYK00.600.920.2
HSL20.86º84.62%43.33%-
HSV(B)20.86º91.67%80%-
XYZ28.0218.912.7-
YUV111.0774.92194.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.33%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 17 (7.03% from 255) = 5.61%
R=67.33%
G=27.06%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204821700.600.920.220.8684.6243.33
HexCC521103C5C1415552b
Octal31412221074134242512553
Binary110011001010010100010111100101110010100101011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5211; }

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

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

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

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

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

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

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

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