Shades of Tenne (Tawny) #CC500F
Tints of Tenne (Tawny) #CC500F
RGB
CMYK
RGB Variations
Color information
#CC500F (or 0xCC500F) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 0F. RGB value is (204,80,15). Sum of RGB (Red+Green+Blue) = 204+80+15=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC500F is #33AFF0. Grayscale: #6E6E6E. Windows color (decimal): -3387377 or 1003724. OLE color: 1003724.
HSL color Cylindrical-coordinate representation of color #CC500F: hue angle of 20.63º 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 #CC500F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.2 |
| HSL | 20.63º | 0.86% | 0.43% | - |
| HSV(B) | 20.63º | 0.93% | 0.8% | - |
| XYZ | 27.86 | 18.61 | 2.58 | - |
| YUV | 109.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 15 | 0 | 0.61 | 0.93 | 0.2 | 20.63 | 0.86 | 0.43 |
| Hex | CC | 50 | F | 0 | 3D | 5D | 14 | 15 | 56 | 2B |
| Octal | 314 | 120 | 17 | 0 | 75 | 135 | 24 | 25 | 126 | 53 |
| Binary | 11001100 | 1010000 | 1111 | 0 | 111101 | 1011101 | 10100 | 10101 | 1010110 | 101011 |
Color Harmonies of #CC500F
Complementary color
Monochromatic Colors of #CC500F
Black with #CC500F
Text Example
Text Example
White with #CC500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC500F; }
p { color: rgb(204,80,15); }
H1.HeaderClassName
{
color: #CC500F;
}
.AnyTagClassName
{
color: #CC500F;
}
</style>
background-color css
<style>
a { background-color: #CC500F; }
a { background-color: rgb(204,80,15); }
div.DivClassName
{
background-color: #CC500F;
}
.BgClassName
{
background-color: #CC500F;
}
</style>
border-color css
<style>
span { border-color: #CC500F; }
span { border-color: rgb(204,80,15); }
td.TdClassName
{
border-color: #CC500F;
}
.TagClassName
{
border-color: #CC500F;
}
</style>