Shades of Tenne (Tawny) #CF5A00
Tints of Tenne (Tawny) #CF5A00
RGB
CMYK
RGB Variations
Color information
#CF5A00 (or 0xCF5A00) is known color: Tenne (Tawny). HEX triplet: CF, 5A and 00. RGB value is (207,90,0). Sum of RGB (Red+Green+Blue) = 207+90+0=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A00 is #30A5FF. Grayscale: #737373. Windows color (decimal): -3188224 or 23247. OLE color: 23247.
HSL color Cylindrical-coordinate representation of color #CF5A00: hue angle of 26.09º 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 #CF5A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.19 |
| HSL | 26.09º | 1% | 0.41% | - |
| HSV(B) | 26.09º | 1% | 0.81% | - |
| XYZ | 29.39 | 20.58 | 2.42 | - |
| YUV | 114.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 0 | 0 | 0.57 | 1 | 0.19 | 26.09 | 1 | 0.41 |
| Hex | CF | 5A | 0 | 0 | 39 | 64 | 13 | 1A | 64 | 29 |
| Octal | 317 | 132 | 0 | 0 | 71 | 144 | 23 | 32 | 144 | 51 |
| Binary | 11001111 | 1011010 | 0 | 0 | 111001 | 1100100 | 10011 | 11010 | 1100100 | 101001 |
Color Harmonies of #CF5A00
Complementary color
Monochromatic Colors of #CF5A00
Black with #CF5A00
Text Example
Text Example
White with #CF5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A00; }
p { color: rgb(207,90,0); }
H1.HeaderClassName
{
color: #CF5A00;
}
.AnyTagClassName
{
color: #CF5A00;
}
</style>
background-color css
<style>
a { background-color: #CF5A00; }
a { background-color: rgb(207,90,0); }
div.DivClassName
{
background-color: #CF5A00;
}
.BgClassName
{
background-color: #CF5A00;
}
</style>
border-color css
<style>
span { border-color: #CF5A00; }
span { border-color: rgb(207,90,0); }
td.TdClassName
{
border-color: #CF5A00;
}
.TagClassName
{
border-color: #CF5A00;
}
</style>