Shades of Tenne (Tawny) #CC4807
Tints of Tenne (Tawny) #CC4807
RGB
CMYK
RGB Variations
Color information
#CC4807 (or 0xCC4807) is known color: Tenne (Tawny). HEX triplet: CC, 48 and 07. RGB value is (204,72,7). Sum of RGB (Red+Green+Blue) = 204+72+7=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4807 is #33B7F8. Grayscale: #686868. Windows color (decimal): -3389433 or 477388. OLE color: 477388.
HSL color Cylindrical-coordinate representation of color #CC4807: hue angle of 19.8º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC4807 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.2 |
| HSL | 19.8º | 0.93% | 0.41% | - |
| HSV(B) | 19.8º | 0.97% | 0.8% | - |
| XYZ | 27.26 | 17.49 | 2.14 | - |
| YUV | 104.06 | 73.23 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 7 | 0 | 0.65 | 0.97 | 0.2 | 19.8 | 0.93 | 0.41 |
| Hex | CC | 48 | 7 | 0 | 41 | 61 | 14 | 14 | 5D | 29 |
| Octal | 314 | 110 | 7 | 0 | 101 | 141 | 24 | 24 | 135 | 51 |
| Binary | 11001100 | 1001000 | 111 | 0 | 1000001 | 1100001 | 10100 | 10100 | 1011101 | 101001 |
Color Harmonies of #CC4807
Complementary color
Monochromatic Colors of #CC4807
Black with #CC4807
Text Example
Text Example
White with #CC4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4807; }
p { color: rgb(204,72,7); }
H1.HeaderClassName
{
color: #CC4807;
}
.AnyTagClassName
{
color: #CC4807;
}
</style>
background-color css
<style>
a { background-color: #CC4807; }
a { background-color: rgb(204,72,7); }
div.DivClassName
{
background-color: #CC4807;
}
.BgClassName
{
background-color: #CC4807;
}
</style>
border-color css
<style>
span { border-color: #CC4807; }
span { border-color: rgb(204,72,7); }
td.TdClassName
{
border-color: #CC4807;
}
.TagClassName
{
border-color: #CC4807;
}
</style>