#CC5200

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

Shades of Tenne (Tawny) #CC5200

Tints of Tenne (Tawny) #CC5200

Color information

#CC5200 (or 0xCC5200) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 52 and 00. RGB value is (204,82,0). Sum of RGB (Red+Green+Blue) = 204+82+0=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5200 is #33ADFF. Grayscale: #6D6D6D. Windows color (decimal): -3386880 or 21196. OLE color: 21196.

HSL color Cylindrical-coordinate representation of color #CC5200: hue angle of 24.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC5200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB204820-
CMYK00.6010.2
HSL24.12º100%40%-
HSV(B)24.12º100%80%-
XYZ27.9218.872.17-
YUV109.1366.42195.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.33%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.33%
G=28.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20482000.6010.224.1210040
HexCC52003C6414186428
Octal3141220074144243014450
Binary11001100101001000111100110010010100110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5200; }

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

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

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

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

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

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

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

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