Shades of Tenne (Tawny) #CF5B00
Tints of Tenne (Tawny) #CF5B00
RGB
CMYK
RGB Variations
Color information
#CF5B00 (or 0xCF5B00) is known color: Tenne (Tawny). HEX triplet: CF, 5B and 00. RGB value is (207,91,0). Sum of RGB (Red+Green+Blue) = 207+91+0=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B00 is #30A4FF. Grayscale: #737373. Windows color (decimal): -3187968 or 23503. OLE color: 23503.
HSL color Cylindrical-coordinate representation of color #CF5B00: hue angle of 26.38º 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 #CF5B00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.19 |
| HSL | 26.38º | 1% | 0.41% | - |
| HSV(B) | 26.38º | 1% | 0.81% | - |
| XYZ | 29.47 | 20.75 | 2.45 | - |
| YUV | 115.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 0 | 0 | 0.56 | 1 | 0.19 | 26.38 | 1 | 0.41 |
| Hex | CF | 5B | 0 | 0 | 38 | 64 | 13 | 1A | 64 | 29 |
| Octal | 317 | 133 | 0 | 0 | 70 | 144 | 23 | 32 | 144 | 51 |
| Binary | 11001111 | 1011011 | 0 | 0 | 111000 | 1100100 | 10011 | 11010 | 1100100 | 101001 |
Color Harmonies of #CF5B00
Complementary color
Monochromatic Colors of #CF5B00
Black with #CF5B00
Text Example
Text Example
White with #CF5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B00; }
p { color: rgb(207,91,0); }
H1.HeaderClassName
{
color: #CF5B00;
}
.AnyTagClassName
{
color: #CF5B00;
}
</style>
background-color css
<style>
a { background-color: #CF5B00; }
a { background-color: rgb(207,91,0); }
div.DivClassName
{
background-color: #CF5B00;
}
.BgClassName
{
background-color: #CF5B00;
}
</style>
border-color css
<style>
span { border-color: #CF5B00; }
span { border-color: rgb(207,91,0); }
td.TdClassName
{
border-color: #CF5B00;
}
.TagClassName
{
border-color: #CF5B00;
}
</style>