Shades of Tenne (Tawny) #CF4A12
Tints of Tenne (Tawny) #CF4A12
RGB
CMYK
RGB Variations
Color information
#CF4A12 (or 0xCF4A12) is known color: Tenne (Tawny). HEX triplet: CF, 4A and 12. RGB value is (207,74,18). Sum of RGB (Red+Green+Blue) = 207+74+18=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A12 is #30B5ED. Grayscale: #6B6B6B. Windows color (decimal): -3192302 or 1198799. OLE color: 1198799.
HSL color Cylindrical-coordinate representation of color #CF4A12: hue angle of 17.78º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF4A12 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 18 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.19 |
| HSL | 17.78º | 0.84% | 0.44% | - |
| HSV(B) | 17.78º | 0.91% | 0.81% | - |
| XYZ | 28.29 | 18.21 | 2.6 | - |
| YUV | 107.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 18 | 0 | 0.64 | 0.91 | 0.19 | 17.78 | 0.84 | 0.44 |
| Hex | CF | 4A | 12 | 0 | 40 | 5B | 13 | 12 | 54 | 2C |
| Octal | 317 | 112 | 22 | 0 | 100 | 133 | 23 | 22 | 124 | 54 |
| Binary | 11001111 | 1001010 | 10010 | 0 | 1000000 | 1011011 | 10011 | 10010 | 1010100 | 101100 |
Color Harmonies of #CF4A12
Complementary color
Monochromatic Colors of #CF4A12
Black with #CF4A12
Text Example
Text Example
White with #CF4A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A12; }
p { color: rgb(207,74,18); }
H1.HeaderClassName
{
color: #CF4A12;
}
.AnyTagClassName
{
color: #CF4A12;
}
</style>
background-color css
<style>
a { background-color: #CF4A12; }
a { background-color: rgb(207,74,18); }
div.DivClassName
{
background-color: #CF4A12;
}
.BgClassName
{
background-color: #CF4A12;
}
</style>
border-color css
<style>
span { border-color: #CF4A12; }
span { border-color: rgb(207,74,18); }
td.TdClassName
{
border-color: #CF4A12;
}
.TagClassName
{
border-color: #CF4A12;
}
</style>