Shades of Tenne (Tawny) #CF4B12
Tints of Tenne (Tawny) #CF4B12
RGB
CMYK
RGB Variations
Color information
#CF4B12 (or 0xCF4B12) is known color: Tenne (Tawny). HEX triplet: CF, 4B and 12. RGB value is (207,75,18). Sum of RGB (Red+Green+Blue) = 207+75+18=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4B12 is #30B4ED. Grayscale: #6C6C6C. Windows color (decimal): -3192046 or 1199055. OLE color: 1199055.
HSL color Cylindrical-coordinate representation of color #CF4B12: hue angle of 18.1º 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 #CF4B12 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 18 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.19 |
| HSL | 18.1º | 0.84% | 0.44% | - |
| HSV(B) | 18.1º | 0.91% | 0.81% | - |
| XYZ | 28.36 | 18.34 | 2.62 | - |
| YUV | 107.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 18 | 0 | 0.64 | 0.91 | 0.19 | 18.1 | 0.84 | 0.44 |
| Hex | CF | 4B | 12 | 0 | 40 | 5B | 13 | 12 | 54 | 2C |
| Octal | 317 | 113 | 22 | 0 | 100 | 133 | 23 | 22 | 124 | 54 |
| Binary | 11001111 | 1001011 | 10010 | 0 | 1000000 | 1011011 | 10011 | 10010 | 1010100 | 101100 |
Color Harmonies of #CF4B12
Complementary color
Monochromatic Colors of #CF4B12
Black with #CF4B12
Text Example
Text Example
White with #CF4B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B12; }
p { color: rgb(207,75,18); }
H1.HeaderClassName
{
color: #CF4B12;
}
.AnyTagClassName
{
color: #CF4B12;
}
</style>
background-color css
<style>
a { background-color: #CF4B12; }
a { background-color: rgb(207,75,18); }
div.DivClassName
{
background-color: #CF4B12;
}
.BgClassName
{
background-color: #CF4B12;
}
</style>
border-color css
<style>
span { border-color: #CF4B12; }
span { border-color: rgb(207,75,18); }
td.TdClassName
{
border-color: #CF4B12;
}
.TagClassName
{
border-color: #CF4B12;
}
</style>