Shades of Tenne (Tawny) #CF4601
Tints of Tenne (Tawny) #CF4601
RGB
CMYK
RGB Variations
Color information
#CF4601 (or 0xCF4601) is known color: Tenne (Tawny). HEX triplet: CF, 46 and 01. RGB value is (207,70,1). Sum of RGB (Red+Green+Blue) = 207+70+1=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4601 is #30B9FE. Grayscale: #676767. Windows color (decimal): -3193343 or 83663. OLE color: 83663.
HSL color Cylindrical-coordinate representation of color #CF4601: hue angle of 20.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4601 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.19 |
| HSL | 20.1º | 0.99% | 0.41% | - |
| HSV(B) | 20.1º | 1% | 0.81% | - |
| XYZ | 27.93 | 17.65 | 1.96 | - |
| YUV | 103.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 1 | 0 | 0.66 | 1.00 | 0.19 | 20.1 | 0.99 | 0.41 |
| Hex | CF | 46 | 1 | 0 | 42 | 64 | 13 | 14 | 63 | 29 |
| Octal | 317 | 106 | 1 | 0 | 102 | 144 | 23 | 24 | 143 | 51 |
| Binary | 11001111 | 1000110 | 1 | 0 | 1000010 | 1100100 | 10011 | 10100 | 1100011 | 101001 |
Color Harmonies of #CF4601
Complementary color
Monochromatic Colors of #CF4601
Black with #CF4601
Text Example
Text Example
White with #CF4601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4601; }
p { color: rgb(207,70,1); }
H1.HeaderClassName
{
color: #CF4601;
}
.AnyTagClassName
{
color: #CF4601;
}
</style>
background-color css
<style>
a { background-color: #CF4601; }
a { background-color: rgb(207,70,1); }
div.DivClassName
{
background-color: #CF4601;
}
.BgClassName
{
background-color: #CF4601;
}
</style>
border-color css
<style>
span { border-color: #CF4601; }
span { border-color: rgb(207,70,1); }
td.TdClassName
{
border-color: #CF4601;
}
.TagClassName
{
border-color: #CF4601;
}
</style>