Shades of Tenne (Tawny) #CC4F17
Tints of Tenne (Tawny) #CC4F17
RGB
CMYK
RGB Variations
Color information
#CC4F17 (or 0xCC4F17) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 17. RGB value is (204,79,23). Sum of RGB (Red+Green+Blue) = 204+79+23=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F17 is #33B0E8. Grayscale: #6E6E6E. Windows color (decimal): -3387625 or 1527756. OLE color: 1527756.
HSL color Cylindrical-coordinate representation of color #CC4F17: hue angle of 18.56º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC4F17 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 23 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.2 |
| HSL | 18.56º | 0.8% | 0.45% | - |
| HSV(B) | 18.56º | 0.89% | 0.8% | - |
| XYZ | 27.85 | 18.49 | 2.91 | - |
| YUV | 109.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 23 | 0 | 0.61 | 0.89 | 0.2 | 18.56 | 0.8 | 0.45 |
| Hex | CC | 4F | 17 | 0 | 3D | 59 | 14 | 13 | 50 | 2D |
| Octal | 314 | 117 | 27 | 0 | 75 | 131 | 24 | 23 | 120 | 55 |
| Binary | 11001100 | 1001111 | 10111 | 0 | 111101 | 1011001 | 10100 | 10011 | 1010000 | 101101 |
Color Harmonies of #CC4F17
Complementary color
Monochromatic Colors of #CC4F17
Black with #CC4F17
Text Example
Text Example
White with #CC4F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F17; }
p { color: rgb(204,79,23); }
H1.HeaderClassName
{
color: #CC4F17;
}
.AnyTagClassName
{
color: #CC4F17;
}
</style>
background-color css
<style>
a { background-color: #CC4F17; }
a { background-color: rgb(204,79,23); }
div.DivClassName
{
background-color: #CC4F17;
}
.BgClassName
{
background-color: #CC4F17;
}
</style>
border-color css
<style>
span { border-color: #CC4F17; }
span { border-color: rgb(204,79,23); }
td.TdClassName
{
border-color: #CC4F17;
}
.TagClassName
{
border-color: #CC4F17;
}
</style>