Shades of Tenne (Tawny) #CF4100
Tints of Tenne (Tawny) #CF4100
RGB
CMYK
RGB Variations
Color information
#CF4100 (or 0xCF4100) is known color: Tenne (Tawny). HEX triplet: CF, 41 and 00. RGB value is (207,65,0). Sum of RGB (Red+Green+Blue) = 207+65+0=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4100 is #30BEFF. Grayscale: #646464. Windows color (decimal): -3194624 or 16847. OLE color: 16847.
HSL color Cylindrical-coordinate representation of color #CF4100: hue angle of 18.84º 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 #CF4100 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.19 |
| HSL | 18.84º | 1% | 0.41% | - |
| HSV(B) | 18.84º | 1% | 0.81% | - |
| XYZ | 27.62 | 17.05 | 1.83 | - |
| YUV | 100.05 | 71.54 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 0 | 0 | 0.69 | 1 | 0.19 | 18.84 | 1 | 0.41 |
| Hex | CF | 41 | 0 | 0 | 45 | 64 | 13 | 13 | 64 | 29 |
| Octal | 317 | 101 | 0 | 0 | 105 | 144 | 23 | 23 | 144 | 51 |
| Binary | 11001111 | 1000001 | 0 | 0 | 1000101 | 1100100 | 10011 | 10011 | 1100100 | 101001 |
Color Harmonies of #CF4100
Complementary color
Monochromatic Colors of #CF4100
Black with #CF4100
Text Example
Text Example
White with #CF4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4100; }
p { color: rgb(207,65,0); }
H1.HeaderClassName
{
color: #CF4100;
}
.AnyTagClassName
{
color: #CF4100;
}
</style>
background-color css
<style>
a { background-color: #CF4100; }
a { background-color: rgb(207,65,0); }
div.DivClassName
{
background-color: #CF4100;
}
.BgClassName
{
background-color: #CF4100;
}
</style>
border-color css
<style>
span { border-color: #CF4100; }
span { border-color: rgb(207,65,0); }
td.TdClassName
{
border-color: #CF4100;
}
.TagClassName
{
border-color: #CF4100;
}
</style>