Shades of Tenne (Tawny) #CC4F0D
Tints of Tenne (Tawny) #CC4F0D
RGB
CMYK
RGB Variations
Color information
#CC4F0D (or 0xCC4F0D) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 0D. RGB value is (204,79,13). Sum of RGB (Red+Green+Blue) = 204+79+13=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F0D is #33B0F2. Grayscale: #6D6D6D. Windows color (decimal): -3387635 or 872396. OLE color: 872396.
HSL color Cylindrical-coordinate representation of color #CC4F0D: hue angle of 20.73º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC4F0D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.2 |
| HSL | 20.73º | 0.88% | 0.43% | - |
| HSV(B) | 20.73º | 0.94% | 0.8% | - |
| XYZ | 27.77 | 18.46 | 2.48 | - |
| YUV | 108.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 13 | 0 | 0.61 | 0.94 | 0.2 | 20.73 | 0.88 | 0.43 |
| Hex | CC | 4F | D | 0 | 3D | 5E | 14 | 15 | 58 | 2B |
| Octal | 314 | 117 | 15 | 0 | 75 | 136 | 24 | 25 | 130 | 53 |
| Binary | 11001100 | 1001111 | 1101 | 0 | 111101 | 1011110 | 10100 | 10101 | 1011000 | 101011 |
Color Harmonies of #CC4F0D
Complementary color
Monochromatic Colors of #CC4F0D
Black with #CC4F0D
Text Example
Text Example
White with #CC4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F0D; }
p { color: rgb(204,79,13); }
H1.HeaderClassName
{
color: #CC4F0D;
}
.AnyTagClassName
{
color: #CC4F0D;
}
</style>
background-color css
<style>
a { background-color: #CC4F0D; }
a { background-color: rgb(204,79,13); }
div.DivClassName
{
background-color: #CC4F0D;
}
.BgClassName
{
background-color: #CC4F0D;
}
</style>
border-color css
<style>
span { border-color: #CC4F0D; }
span { border-color: rgb(204,79,13); }
td.TdClassName
{
border-color: #CC4F0D;
}
.TagClassName
{
border-color: #CC4F0D;
}
</style>