#CC5E10

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

Shades of Tenne (Tawny) #CC5E10

Tints of Tenne (Tawny) #CC5E10

Color information

#CC5E10 (or 0xCC5E10) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 5E and 10. RGB value is (204,94,16). Sum of RGB (Red+Green+Blue) = 204+94+16=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E10 is #33A1EF. Grayscale: #767676. Windows color (decimal): -3383792 or 1072844. OLE color: 1072844.

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

Color convert

RGB2049416-
CMYK00.540.920.2
HSL24.89º85.45%43.14%-
HSV(B)24.89º92.16%80%-
XYZ2920.882.99-
YUV11870.44189.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 16 (6.64% from 255) = 5.10%
R=64.97%
G=29.94%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204941600.540.920.224.8985.4543.14
HexCC5E100365C1419552b
Octal31413620066134243112553
Binary110011001011110100000110110101110010100110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E10; }

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

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

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

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

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

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

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

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