Shades of Tenne (Tawny) #CC4F12
Tints of Tenne (Tawny) #CC4F12
RGB
CMYK
RGB Variations
Color information
#CC4F12 (or 0xCC4F12) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 12. RGB value is (204,79,18). Sum of RGB (Red+Green+Blue) = 204+79+18=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F12 is #33B0ED. Grayscale: #6D6D6D. Windows color (decimal): -3387630 or 1200076. OLE color: 1200076.
HSL color Cylindrical-coordinate representation of color #CC4F12: hue angle of 19.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC4F12 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 18 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.2 |
| HSL | 19.68º | 0.84% | 0.44% | - |
| HSV(B) | 19.68º | 0.91% | 0.8% | - |
| XYZ | 27.81 | 18.47 | 2.67 | - |
| YUV | 109.42 | 76.41 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 18 | 0 | 0.61 | 0.91 | 0.2 | 19.68 | 0.84 | 0.44 |
| Hex | CC | 4F | 12 | 0 | 3D | 5B | 14 | 14 | 54 | 2C |
| Octal | 314 | 117 | 22 | 0 | 75 | 133 | 24 | 24 | 124 | 54 |
| Binary | 11001100 | 1001111 | 10010 | 0 | 111101 | 1011011 | 10100 | 10100 | 1010100 | 101100 |
Color Harmonies of #CC4F12
Complementary color
Monochromatic Colors of #CC4F12
Black with #CC4F12
Text Example
Text Example
White with #CC4F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F12; }
p { color: rgb(204,79,18); }
H1.HeaderClassName
{
color: #CC4F12;
}
.AnyTagClassName
{
color: #CC4F12;
}
</style>
background-color css
<style>
a { background-color: #CC4F12; }
a { background-color: rgb(204,79,18); }
div.DivClassName
{
background-color: #CC4F12;
}
.BgClassName
{
background-color: #CC4F12;
}
</style>
border-color css
<style>
span { border-color: #CC4F12; }
span { border-color: rgb(204,79,18); }
td.TdClassName
{
border-color: #CC4F12;
}
.TagClassName
{
border-color: #CC4F12;
}
</style>