#CC5510

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

Shades of Tenne (Tawny) #CC5510

Tints of Tenne (Tawny) #CC5510

Color information

#CC5510 (or 0xCC5510) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 55 and 10. RGB value is (204,85,16). Sum of RGB (Red+Green+Blue) = 204+85+16=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5510 is #33AAEF. Grayscale: #717171. Windows color (decimal): -3386096 or 1070540. OLE color: 1070540.

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

Color convert

RGB2048516-
CMYK00.580.920.2
HSL22.02º85.45%43.14%-
HSV(B)22.02º92.16%80%-
XYZ28.2419.372.74-
YUV112.7173.42193.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=66.89%
G=27.87%
B=5.25%

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
Decimal204851600.580.920.222.0285.4543.14
HexCC551003A5C1416552b
Octal31412520072134242612553
Binary110011001010101100000111010101110010100101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5510; }

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

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

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

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

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

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

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

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