#CC5100

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

Shades of Tenne (Tawny) #CC5100

Tints of Tenne (Tawny) #CC5100

Color information

#CC5100 (or 0xCC5100) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 51 and 00. RGB value is (204,81,0). Sum of RGB (Red+Green+Blue) = 204+81+0=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5100 is #33AEFF. Grayscale: #6C6C6C. Windows color (decimal): -3387136 or 20940. OLE color: 20940.

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

Color convert

RGB204810-
CMYK00.6010.2
HSL23.82º100%40%-
HSV(B)23.82º100%80%-
XYZ27.8418.722.15-
YUV108.5466.75196.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.58%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.58%
G=28.42%
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
Decimal20481000.6010.223.8210040
HexCC51003C6414186428
Octal3141210074144243014450
Binary11001100101000100111100110010010100110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5100; }

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

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

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

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

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

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

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

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