Shades of Tenne (Tawny) #CF4C13
Tints of Tenne (Tawny) #CF4C13
RGB
CMYK
RGB Variations
Color information
#CF4C13 (or 0xCF4C13) is known color: Tenne (Tawny). HEX triplet: CF, 4C and 13. RGB value is (207,76,19). Sum of RGB (Red+Green+Blue) = 207+76+19=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C13 is #30B3EC. Grayscale: #6D6D6D. Windows color (decimal): -3191789 or 1264847. OLE color: 1264847.
HSL color Cylindrical-coordinate representation of color #CF4C13: hue angle of 18.19º degrees, saturation: 0.83, 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 #CF4C13 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.19 |
| HSL | 18.19º | 0.83% | 0.44% | - |
| HSV(B) | 18.19º | 0.91% | 0.81% | - |
| XYZ | 28.43 | 18.48 | 2.68 | - |
| YUV | 108.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 19 | 0 | 0.63 | 0.91 | 0.19 | 18.19 | 0.83 | 0.44 |
| Hex | CF | 4C | 13 | 0 | 3F | 5B | 13 | 12 | 53 | 2C |
| Octal | 317 | 114 | 23 | 0 | 77 | 133 | 23 | 22 | 123 | 54 |
| Binary | 11001111 | 1001100 | 10011 | 0 | 111111 | 1011011 | 10011 | 10010 | 1010011 | 101100 |
Color Harmonies of #CF4C13
Complementary color
Monochromatic Colors of #CF4C13
Black with #CF4C13
Text Example
Text Example
White with #CF4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C13; }
p { color: rgb(207,76,19); }
H1.HeaderClassName
{
color: #CF4C13;
}
.AnyTagClassName
{
color: #CF4C13;
}
</style>
background-color css
<style>
a { background-color: #CF4C13; }
a { background-color: rgb(207,76,19); }
div.DivClassName
{
background-color: #CF4C13;
}
.BgClassName
{
background-color: #CF4C13;
}
</style>
border-color css
<style>
span { border-color: #CF4C13; }
span { border-color: rgb(207,76,19); }
td.TdClassName
{
border-color: #CF4C13;
}
.TagClassName
{
border-color: #CF4C13;
}
</style>