Shades of Tenne (Tawny) #CF5B04
Tints of Tenne (Tawny) #CF5B04
RGB
CMYK
RGB Variations
Color information
#CF5B04 (or 0xCF5B04) is known color: Tenne (Tawny). HEX triplet: CF, 5B and 04. RGB value is (207,91,4). Sum of RGB (Red+Green+Blue) = 207+91+4=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B04 is #30A4FB. Grayscale: #747474. Windows color (decimal): -3187964 or 285647. OLE color: 285647.
HSL color Cylindrical-coordinate representation of color #CF5B04: hue angle of 25.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF5B04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.19 |
| HSL | 25.71º | 0.96% | 0.41% | - |
| HSV(B) | 25.71º | 0.98% | 0.81% | - |
| XYZ | 29.5 | 20.76 | 2.57 | - |
| YUV | 115.77 | 64.93 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 4 | 0 | 0.56 | 0.98 | 0.19 | 25.71 | 0.96 | 0.41 |
| Hex | CF | 5B | 4 | 0 | 38 | 62 | 13 | 1A | 60 | 29 |
| Octal | 317 | 133 | 4 | 0 | 70 | 142 | 23 | 32 | 140 | 51 |
| Binary | 11001111 | 1011011 | 100 | 0 | 111000 | 1100010 | 10011 | 11010 | 1100000 | 101001 |
Color Harmonies of #CF5B04
Complementary color
Monochromatic Colors of #CF5B04
Black with #CF5B04
Text Example
Text Example
White with #CF5B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B04; }
p { color: rgb(207,91,4); }
H1.HeaderClassName
{
color: #CF5B04;
}
.AnyTagClassName
{
color: #CF5B04;
}
</style>
background-color css
<style>
a { background-color: #CF5B04; }
a { background-color: rgb(207,91,4); }
div.DivClassName
{
background-color: #CF5B04;
}
.BgClassName
{
background-color: #CF5B04;
}
</style>
border-color css
<style>
span { border-color: #CF5B04; }
span { border-color: rgb(207,91,4); }
td.TdClassName
{
border-color: #CF5B04;
}
.TagClassName
{
border-color: #CF5B04;
}
</style>