Shades of Tenne (Tawny) #CF5405
Tints of Tenne (Tawny) #CF5405
RGB
CMYK
RGB Variations
Color information
#CF5405 (or 0xCF5405) is known color: Tenne (Tawny). HEX triplet: CF, 54 and 05. RGB value is (207,84,5). Sum of RGB (Red+Green+Blue) = 207+84+5=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5405 is #30ABFA. Grayscale: #707070. Windows color (decimal): -3189755 or 349391. OLE color: 349391.
HSL color Cylindrical-coordinate representation of color #CF5405: hue angle of 23.47º 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 #CF5405 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.19 |
| HSL | 23.47º | 0.95% | 0.42% | - |
| HSV(B) | 23.47º | 0.98% | 0.81% | - |
| XYZ | 28.93 | 19.62 | 2.41 | - |
| YUV | 111.77 | 67.75 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 5 | 0 | 0.59 | 0.98 | 0.19 | 23.47 | 0.95 | 0.42 |
| Hex | CF | 54 | 5 | 0 | 3B | 62 | 13 | 17 | 5F | 2A |
| Octal | 317 | 124 | 5 | 0 | 73 | 142 | 23 | 27 | 137 | 52 |
| Binary | 11001111 | 1010100 | 101 | 0 | 111011 | 1100010 | 10011 | 10111 | 1011111 | 101010 |
Color Harmonies of #CF5405
Complementary color
Monochromatic Colors of #CF5405
Black with #CF5405
Text Example
Text Example
White with #CF5405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5405; }
p { color: rgb(207,84,5); }
H1.HeaderClassName
{
color: #CF5405;
}
.AnyTagClassName
{
color: #CF5405;
}
</style>
background-color css
<style>
a { background-color: #CF5405; }
a { background-color: rgb(207,84,5); }
div.DivClassName
{
background-color: #CF5405;
}
.BgClassName
{
background-color: #CF5405;
}
</style>
border-color css
<style>
span { border-color: #CF5405; }
span { border-color: rgb(207,84,5); }
td.TdClassName
{
border-color: #CF5405;
}
.TagClassName
{
border-color: #CF5405;
}
</style>