Shades of Tenne (Tawny) #CF5105
Tints of Tenne (Tawny) #CF5105
RGB
CMYK
RGB Variations
Color information
#CF5105 (or 0xCF5105) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 05. RGB value is (207,81,5). Sum of RGB (Red+Green+Blue) = 207+81+5=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5105 is #30AEFA. Grayscale: #6E6E6E. Windows color (decimal): -3190523 or 348623. OLE color: 348623.
HSL color Cylindrical-coordinate representation of color #CF5105: hue angle of 22.57º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF5105 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.19 |
| HSL | 22.57º | 0.95% | 0.42% | - |
| HSV(B) | 22.57º | 0.98% | 0.81% | - |
| XYZ | 28.7 | 19.16 | 2.33 | - |
| YUV | 110.01 | 68.74 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 5 | 0 | 0.61 | 0.98 | 0.19 | 22.57 | 0.95 | 0.42 |
| Hex | CF | 51 | 5 | 0 | 3D | 62 | 13 | 17 | 5F | 2A |
| Octal | 317 | 121 | 5 | 0 | 75 | 142 | 23 | 27 | 137 | 52 |
| Binary | 11001111 | 1010001 | 101 | 0 | 111101 | 1100010 | 10011 | 10111 | 1011111 | 101010 |
Color Harmonies of #CF5105
Complementary color
Monochromatic Colors of #CF5105
Black with #CF5105
Text Example
Text Example
White with #CF5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5105; }
p { color: rgb(207,81,5); }
H1.HeaderClassName
{
color: #CF5105;
}
.AnyTagClassName
{
color: #CF5105;
}
</style>
background-color css
<style>
a { background-color: #CF5105; }
a { background-color: rgb(207,81,5); }
div.DivClassName
{
background-color: #CF5105;
}
.BgClassName
{
background-color: #CF5105;
}
</style>
border-color css
<style>
span { border-color: #CF5105; }
span { border-color: rgb(207,81,5); }
td.TdClassName
{
border-color: #CF5105;
}
.TagClassName
{
border-color: #CF5105;
}
</style>