#CC5911

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

Shades of Tenne (Tawny) #CC5911

Tints of Tenne (Tawny) #CC5911

Color information

#CC5911 (or 0xCC5911) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 59 and 11. RGB value is (204,89,17). Sum of RGB (Red+Green+Blue) = 204+89+17=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5911 is #33A6EE. Grayscale: #737373. Windows color (decimal): -3385071 or 1137100. OLE color: 1137100.

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

Color convert

RGB2048917-
CMYK00.560.920.2
HSL23.1º84.62%43.33%-
HSV(B)23.1º91.67%80%-
XYZ28.5820.022.89-
YUV115.1872.6191.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.81%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 17 (7.03% from 255) = 5.48%
R=65.81%
G=28.71%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204891700.560.920.223.184.6243.33
HexCC59110385C1417552b
Octal31413121070134242712553
Binary110011001011001100010111000101110010100101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5911; }

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

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

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

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

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

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

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

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