#CC560F

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

Shades of Tenne (Tawny) #CC560F

Tints of Tenne (Tawny) #CC560F

Color information

#CC560F (or 0xCC560F) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 56 and 0F. RGB value is (204,86,15). Sum of RGB (Red+Green+Blue) = 204+86+15=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC560F is #33A9F0. Grayscale: #717171. Windows color (decimal): -3385841 or 1005260. OLE color: 1005260.

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

Color convert

RGB2048615-
CMYK00.580.930.2
HSL22.54º86.3%42.94%-
HSV(B)22.54º92.65%80%-
XYZ28.3219.532.73-
YUV113.1972.59192.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=66.89%
G=28.20%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204861500.580.930.222.5486.342.94
HexCC56F03A5D1417562b
Octal31412617072135242712653
Binary11001100101011011110111010101110110100101111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC560F; }

 p { color: rgb(204,86,15); }

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

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

 a { background-color: rgb(204,86,15); }

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

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

 span { border-color: rgb(204,86,15); }

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