Shades of Tenne (Tawny) #CC4F0A
Tints of Tenne (Tawny) #CC4F0A
RGB
CMYK
RGB Variations
Color information
#CC4F0A (or 0xCC4F0A) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 0A. RGB value is (204,79,10). Sum of RGB (Red+Green+Blue) = 204+79+10=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F0A is #33B0F5. Grayscale: #6C6C6C. Windows color (decimal): -3387638 or 675788. OLE color: 675788.
HSL color Cylindrical-coordinate representation of color #CC4F0A: hue angle of 21.34º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC4F0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.2 |
| HSL | 21.34º | 0.91% | 0.42% | - |
| HSV(B) | 21.34º | 0.95% | 0.8% | - |
| XYZ | 27.75 | 18.45 | 2.39 | - |
| YUV | 108.51 | 72.41 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 10 | 0 | 0.61 | 0.95 | 0.2 | 21.34 | 0.91 | 0.42 |
| Hex | CC | 4F | A | 0 | 3D | 5F | 14 | 15 | 5B | 2A |
| Octal | 314 | 117 | 12 | 0 | 75 | 137 | 24 | 25 | 133 | 52 |
| Binary | 11001100 | 1001111 | 1010 | 0 | 111101 | 1011111 | 10100 | 10101 | 1011011 | 101010 |
Color Harmonies of #CC4F0A
Complementary color
Monochromatic Colors of #CC4F0A
Black with #CC4F0A
Text Example
Text Example
White with #CC4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F0A; }
p { color: rgb(204,79,10); }
H1.HeaderClassName
{
color: #CC4F0A;
}
.AnyTagClassName
{
color: #CC4F0A;
}
</style>
background-color css
<style>
a { background-color: #CC4F0A; }
a { background-color: rgb(204,79,10); }
div.DivClassName
{
background-color: #CC4F0A;
}
.BgClassName
{
background-color: #CC4F0A;
}
</style>
border-color css
<style>
span { border-color: #CC4F0A; }
span { border-color: rgb(204,79,10); }
td.TdClassName
{
border-color: #CC4F0A;
}
.TagClassName
{
border-color: #CC4F0A;
}
</style>