#CC5E0C

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

Shades of Tenne (Tawny) #CC5E0C

Tints of Tenne (Tawny) #CC5E0C

Color information

#CC5E0C (or 0xCC5E0C) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 5E and 0C. RGB value is (204,94,12). Sum of RGB (Red+Green+Blue) = 204+94+12=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E0C is #33A1F3. Grayscale: #757575. Windows color (decimal): -3383796 or 810700. OLE color: 810700.

HSL color Cylindrical-coordinate representation of color #CC5E0C: hue angle of 25.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC5E0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB2049412-
CMYK00.540.940.2
HSL25.62º88.89%42.35%-
HSV(B)25.62º94.12%80%-
XYZ28.9720.872.85-
YUV117.5468.44189.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.81%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=65.81%
G=30.32%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204941200.540.940.225.6288.8942.35
HexCC5EC0365E141a592a
Octal31413614066136243213152
Binary11001100101111011000110110101111010100110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E0C; }

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

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

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

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

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

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

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

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