#CC520E

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

Shades of Tenne (Tawny) #CC520E

Tints of Tenne (Tawny) #CC520E

Color information

#CC520E (or 0xCC520E) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 52 and 0E. RGB value is (204,82,14). Sum of RGB (Red+Green+Blue) = 204+82+14=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC520E is #33ADF1. Grayscale: #6F6F6F. Windows color (decimal): -3386866 or 938700. OLE color: 938700.

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

Color convert

RGB2048214-
CMYK00.600.930.2
HSL21.47º87.16%42.75%-
HSV(B)21.47º93.14%80%-
XYZ2818.92.59-
YUV110.7373.42194.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 14 (5.86% from 255) = 4.67%
R=68%
G=27.33%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204821400.600.930.221.4787.1642.75
HexCC52E03C5D1415572b
Octal31412216074135242512753
Binary11001100101001011100111100101110110100101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC520E; }

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

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

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

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

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

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

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

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