#CC580E

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

Shades of Tenne (Tawny) #CC580E

Tints of Tenne (Tawny) #CC580E

Color information

#CC580E (or 0xCC580E) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 58 and 0E. RGB value is (204,88,14). Sum of RGB (Red+Green+Blue) = 204+88+14=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC580E is #33A7F1. Grayscale: #727272. Windows color (decimal): -3385330 or 940236. OLE color: 940236.

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

Color convert

RGB2048814-
CMYK00.570.930.2
HSL23.37º87.16%42.75%-
HSV(B)23.37º93.14%80%-
XYZ28.4719.852.75-
YUV114.2571.43192.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.67%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 14 (5.86% from 255) = 4.58%
R=66.67%
G=28.76%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204881400.570.930.223.3787.1642.75
HexCC58E0395D1417572b
Octal31413016071135242712753
Binary11001100101100011100111001101110110100101111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC580E; }

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

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

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

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

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

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

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

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