Shades of Tenne (Tawny) #CF500B
Tints of Tenne (Tawny) #CF500B
RGB
CMYK
RGB Variations
Color information
#CF500B (or 0xCF500B) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 0B. RGB value is (207,80,11). Sum of RGB (Red+Green+Blue) = 207+80+11=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF500B is #30AFF4. Grayscale: #6E6E6E. Windows color (decimal): -3190773 or 741583. OLE color: 741583.
HSL color Cylindrical-coordinate representation of color #CF500B: hue angle of 21.12º 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 #CF500B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.19 |
| HSL | 21.12º | 0.9% | 0.43% | - |
| HSV(B) | 21.12º | 0.95% | 0.81% | - |
| XYZ | 28.66 | 19.03 | 2.48 | - |
| YUV | 110.11 | 72.08 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 11 | 0 | 0.61 | 0.95 | 0.19 | 21.12 | 0.9 | 0.43 |
| Hex | CF | 50 | B | 0 | 3D | 5F | 13 | 15 | 5A | 2B |
| Octal | 317 | 120 | 13 | 0 | 75 | 137 | 23 | 25 | 132 | 53 |
| Binary | 11001111 | 1010000 | 1011 | 0 | 111101 | 1011111 | 10011 | 10101 | 1011010 | 101011 |
Color Harmonies of #CF500B
Complementary color
Monochromatic Colors of #CF500B
Black with #CF500B
Text Example
Text Example
White with #CF500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF500B; }
p { color: rgb(207,80,11); }
H1.HeaderClassName
{
color: #CF500B;
}
.AnyTagClassName
{
color: #CF500B;
}
</style>
background-color css
<style>
a { background-color: #CF500B; }
a { background-color: rgb(207,80,11); }
div.DivClassName
{
background-color: #CF500B;
}
.BgClassName
{
background-color: #CF500B;
}
</style>
border-color css
<style>
span { border-color: #CF500B; }
span { border-color: rgb(207,80,11); }
td.TdClassName
{
border-color: #CF500B;
}
.TagClassName
{
border-color: #CF500B;
}
</style>