Shades of Tenne (Tawny) #CF5E0B
Tints of Tenne (Tawny) #CF5E0B
RGB
CMYK
RGB Variations
Color information
#CF5E0B (or 0xCF5E0B) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 0B. RGB value is (207,94,11). Sum of RGB (Red+Green+Blue) = 207+94+11=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E0B is #30A1F4. Grayscale: #767676. Windows color (decimal): -3187189 or 745167. OLE color: 745167.
HSL color Cylindrical-coordinate representation of color #CF5E0B: hue angle of 25.41º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF5E0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.19 |
| HSL | 25.41º | 0.9% | 0.43% | - |
| HSV(B) | 25.41º | 0.95% | 0.81% | - |
| XYZ | 29.8 | 21.29 | 2.86 | - |
| YUV | 118.33 | 67.44 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 11 | 0 | 0.55 | 0.95 | 0.19 | 25.41 | 0.9 | 0.43 |
| Hex | CF | 5E | B | 0 | 37 | 5F | 13 | 19 | 5A | 2B |
| Octal | 317 | 136 | 13 | 0 | 67 | 137 | 23 | 31 | 132 | 53 |
| Binary | 11001111 | 1011110 | 1011 | 0 | 110111 | 1011111 | 10011 | 11001 | 1011010 | 101011 |
Color Harmonies of #CF5E0B
Complementary color
Monochromatic Colors of #CF5E0B
Black with #CF5E0B
Text Example
Text Example
White with #CF5E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E0B; }
p { color: rgb(207,94,11); }
H1.HeaderClassName
{
color: #CF5E0B;
}
.AnyTagClassName
{
color: #CF5E0B;
}
</style>
background-color css
<style>
a { background-color: #CF5E0B; }
a { background-color: rgb(207,94,11); }
div.DivClassName
{
background-color: #CF5E0B;
}
.BgClassName
{
background-color: #CF5E0B;
}
</style>
border-color css
<style>
span { border-color: #CF5E0B; }
span { border-color: rgb(207,94,11); }
td.TdClassName
{
border-color: #CF5E0B;
}
.TagClassName
{
border-color: #CF5E0B;
}
</style>