Shades of Tenne (Tawny) #CC4F15
Tints of Tenne (Tawny) #CC4F15
RGB
CMYK
RGB Variations
Color information
#CC4F15 (or 0xCC4F15) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 15. RGB value is (204,79,21). Sum of RGB (Red+Green+Blue) = 204+79+21=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F15 is #33B0EA. Grayscale: #6E6E6E. Windows color (decimal): -3387627 or 1396684. OLE color: 1396684.
HSL color Cylindrical-coordinate representation of color #CC4F15: hue angle of 19.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC4F15 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 21 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.2 |
| HSL | 19.02º | 0.81% | 0.44% | - |
| HSV(B) | 19.02º | 0.9% | 0.8% | - |
| XYZ | 27.83 | 18.48 | 2.81 | - |
| YUV | 109.76 | 77.91 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 21 | 0 | 0.61 | 0.90 | 0.2 | 19.02 | 0.81 | 0.44 |
| Hex | CC | 4F | 15 | 0 | 3D | 5A | 14 | 13 | 51 | 2C |
| Octal | 314 | 117 | 25 | 0 | 75 | 132 | 24 | 23 | 121 | 54 |
| Binary | 11001100 | 1001111 | 10101 | 0 | 111101 | 1011010 | 10100 | 10011 | 1010001 | 101100 |
Color Harmonies of #CC4F15
Complementary color
Monochromatic Colors of #CC4F15
Black with #CC4F15
Text Example
Text Example
White with #CC4F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F15; }
p { color: rgb(204,79,21); }
H1.HeaderClassName
{
color: #CC4F15;
}
.AnyTagClassName
{
color: #CC4F15;
}
</style>
background-color css
<style>
a { background-color: #CC4F15; }
a { background-color: rgb(204,79,21); }
div.DivClassName
{
background-color: #CC4F15;
}
.BgClassName
{
background-color: #CC4F15;
}
</style>
border-color css
<style>
span { border-color: #CC4F15; }
span { border-color: rgb(204,79,21); }
td.TdClassName
{
border-color: #CC4F15;
}
.TagClassName
{
border-color: #CC4F15;
}
</style>