Shades of Tenne (Tawny) #CC7004
Tints of Tenne (Tawny) #CC7004
RGB
CMYK
RGB Variations
Color information
#CC7004 (or 0xCC7004) is known color: Tenne (Tawny). HEX triplet: CC, 70 and 04. RGB value is (204,112,4). Sum of RGB (Red+Green+Blue) = 204+112+4=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7004 is #338FFB. Grayscale: #7F7F7F. Windows color (decimal): -3379196 or 291020. OLE color: 291020.
HSL color Cylindrical-coordinate representation of color #CC7004: hue angle of 32.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC7004 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.2 |
| HSL | 32.4º | 0.96% | 0.41% | - |
| HSV(B) | 32.4º | 0.98% | 0.8% | - |
| XYZ | 30.72 | 24.43 | 3.21 | - |
| YUV | 127.2 | 58.48 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 4 | 0 | 0.45 | 0.98 | 0.2 | 32.4 | 0.96 | 0.41 |
| Hex | CC | 70 | 4 | 0 | 2D | 62 | 14 | 20 | 60 | 29 |
| Octal | 314 | 160 | 4 | 0 | 55 | 142 | 24 | 40 | 140 | 51 |
| Binary | 11001100 | 1110000 | 100 | 0 | 101101 | 1100010 | 10100 | 100000 | 1100000 | 101001 |
Color Harmonies of #CC7004
Complementary color
Monochromatic Colors of #CC7004
Black with #CC7004
Text Example
Text Example
White with #CC7004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7004; }
p { color: rgb(204,112,4); }
H1.HeaderClassName
{
color: #CC7004;
}
.AnyTagClassName
{
color: #CC7004;
}
</style>
background-color css
<style>
a { background-color: #CC7004; }
a { background-color: rgb(204,112,4); }
div.DivClassName
{
background-color: #CC7004;
}
.BgClassName
{
background-color: #CC7004;
}
</style>
border-color css
<style>
span { border-color: #CC7004; }
span { border-color: rgb(204,112,4); }
td.TdClassName
{
border-color: #CC7004;
}
.TagClassName
{
border-color: #CC7004;
}
</style>