Shades of Tenne (Tawny) #CF5D08
Tints of Tenne (Tawny) #CF5D08
RGB
CMYK
RGB Variations
Color information
#CF5D08 (or 0xCF5D08) is known color: Tenne (Tawny). HEX triplet: CF, 5D and 08. RGB value is (207,93,8). Sum of RGB (Red+Green+Blue) = 207+93+8=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D08 is #30A2F7. Grayscale: #757575. Windows color (decimal): -3187448 or 548303. OLE color: 548303.
HSL color Cylindrical-coordinate representation of color #CF5D08: hue angle of 25.63º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF5D08 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 8 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.19 |
| HSL | 25.63º | 0.93% | 0.42% | - |
| HSV(B) | 25.63º | 0.96% | 0.81% | - |
| XYZ | 29.69 | 21.11 | 2.74 | - |
| YUV | 117.4 | 66.27 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 8 | 0 | 0.55 | 0.96 | 0.19 | 25.63 | 0.93 | 0.42 |
| Hex | CF | 5D | 8 | 0 | 37 | 60 | 13 | 1A | 5D | 2A |
| Octal | 317 | 135 | 10 | 0 | 67 | 140 | 23 | 32 | 135 | 52 |
| Binary | 11001111 | 1011101 | 1000 | 0 | 110111 | 1100000 | 10011 | 11010 | 1011101 | 101010 |
Color Harmonies of #CF5D08
Complementary color
Monochromatic Colors of #CF5D08
Black with #CF5D08
Text Example
Text Example
White with #CF5D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D08; }
p { color: rgb(207,93,8); }
H1.HeaderClassName
{
color: #CF5D08;
}
.AnyTagClassName
{
color: #CF5D08;
}
</style>
background-color css
<style>
a { background-color: #CF5D08; }
a { background-color: rgb(207,93,8); }
div.DivClassName
{
background-color: #CF5D08;
}
.BgClassName
{
background-color: #CF5D08;
}
</style>
border-color css
<style>
span { border-color: #CF5D08; }
span { border-color: rgb(207,93,8); }
td.TdClassName
{
border-color: #CF5D08;
}
.TagClassName
{
border-color: #CF5D08;
}
</style>