#CC5A05

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

Shades of Tenne (Tawny) #CC5A05

Tints of Tenne (Tawny) #CC5A05

Color information

#CC5A05 (or 0xCC5A05) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 5A and 05. RGB value is (204,90,5). Sum of RGB (Red+Green+Blue) = 204+90+5=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A05 is #33A5FA. Grayscale: #727272. Windows color (decimal): -3384827 or 350924. OLE color: 350924.

HSL color Cylindrical-coordinate representation of color #CC5A05: hue angle of 25.63º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC5A05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB204905-
CMYK00.560.980.2
HSL25.63º95.22%40.98%-
HSV(B)25.63º97.55%80%-
XYZ28.5920.162.53-
YUV114.466.27191.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.23%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=68.23%
G=30.10%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20490500.560.980.225.6395.2240.98
HexCC5A503862141a5f29
Octal3141325070142243213751
Binary1100110010110101010111000110001010100110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A05; }

 p { color: rgb(204,90,5); }

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

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

 a { background-color: rgb(204,90,5); }

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

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

 span { border-color: rgb(204,90,5); }

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