Shades of Tenne (Tawny) #CF4400
Tints of Tenne (Tawny) #CF4400
RGB
CMYK
RGB Variations
Color information
#CF4400 (or 0xCF4400) is known color: Tenne (Tawny). HEX triplet: CF, 44 and 00. RGB value is (207,68,0). Sum of RGB (Red+Green+Blue) = 207+68+0=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4400 is #30BBFF. Grayscale: #666666. Windows color (decimal): -3193856 or 17615. OLE color: 17615.
HSL color Cylindrical-coordinate representation of color #CF4400: hue angle of 19.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4400 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.19 |
| HSL | 19.71º | 1% | 0.41% | - |
| HSV(B) | 19.71º | 1% | 0.81% | - |
| XYZ | 27.8 | 17.4 | 1.89 | - |
| YUV | 101.81 | 70.55 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 0 | 0 | 0.67 | 1 | 0.19 | 19.71 | 1 | 0.41 |
| Hex | CF | 44 | 0 | 0 | 43 | 64 | 13 | 14 | 64 | 29 |
| Octal | 317 | 104 | 0 | 0 | 103 | 144 | 23 | 24 | 144 | 51 |
| Binary | 11001111 | 1000100 | 0 | 0 | 1000011 | 1100100 | 10011 | 10100 | 1100100 | 101001 |
Color Harmonies of #CF4400
Complementary color
Monochromatic Colors of #CF4400
Black with #CF4400
Text Example
Text Example
White with #CF4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4400; }
p { color: rgb(207,68,0); }
H1.HeaderClassName
{
color: #CF4400;
}
.AnyTagClassName
{
color: #CF4400;
}
</style>
background-color css
<style>
a { background-color: #CF4400; }
a { background-color: rgb(207,68,0); }
div.DivClassName
{
background-color: #CF4400;
}
.BgClassName
{
background-color: #CF4400;
}
</style>
border-color css
<style>
span { border-color: #CF4400; }
span { border-color: rgb(207,68,0); }
td.TdClassName
{
border-color: #CF4400;
}
.TagClassName
{
border-color: #CF4400;
}
</style>