Shades of Tenne (Tawny) #CC4F0B
Tints of Tenne (Tawny) #CC4F0B
RGB
CMYK
RGB Variations
Color information
#CC4F0B (or 0xCC4F0B) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 0B. RGB value is (204,79,11). Sum of RGB (Red+Green+Blue) = 204+79+11=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F0B is #33B0F4. Grayscale: #6D6D6D. Windows color (decimal): -3387637 or 741324. OLE color: 741324.
HSL color Cylindrical-coordinate representation of color #CC4F0B: hue angle of 21.14º degrees, saturation: 0.9, 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 #CC4F0B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.2 |
| HSL | 21.14º | 0.9% | 0.42% | - |
| HSV(B) | 21.14º | 0.95% | 0.8% | - |
| XYZ | 27.76 | 18.45 | 2.42 | - |
| YUV | 108.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 11 | 0 | 0.61 | 0.95 | 0.2 | 21.14 | 0.9 | 0.42 |
| Hex | CC | 4F | B | 0 | 3D | 5F | 14 | 15 | 5A | 2A |
| Octal | 314 | 117 | 13 | 0 | 75 | 137 | 24 | 25 | 132 | 52 |
| Binary | 11001100 | 1001111 | 1011 | 0 | 111101 | 1011111 | 10100 | 10101 | 1011010 | 101010 |
Color Harmonies of #CC4F0B
Complementary color
Monochromatic Colors of #CC4F0B
Black with #CC4F0B
Text Example
Text Example
White with #CC4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F0B; }
p { color: rgb(204,79,11); }
H1.HeaderClassName
{
color: #CC4F0B;
}
.AnyTagClassName
{
color: #CC4F0B;
}
</style>
background-color css
<style>
a { background-color: #CC4F0B; }
a { background-color: rgb(204,79,11); }
div.DivClassName
{
background-color: #CC4F0B;
}
.BgClassName
{
background-color: #CC4F0B;
}
</style>
border-color css
<style>
span { border-color: #CC4F0B; }
span { border-color: rgb(204,79,11); }
td.TdClassName
{
border-color: #CC4F0B;
}
.TagClassName
{
border-color: #CC4F0B;
}
</style>