Shades of Tenne (Tawny) #CF5503
Tints of Tenne (Tawny) #CF5503
RGB
CMYK
RGB Variations
Color information
#CF5503 (or 0xCF5503) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 03. RGB value is (207,85,3). Sum of RGB (Red+Green+Blue) = 207+85+3=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5503 is #30AAFC. Grayscale: #707070. Windows color (decimal): -3189501 or 218575. OLE color: 218575.
HSL color Cylindrical-coordinate representation of color #CF5503: hue angle of 24.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF5503 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.19 |
| HSL | 24.12º | 0.97% | 0.41% | - |
| HSV(B) | 24.12º | 0.99% | 0.81% | - |
| XYZ | 29 | 19.77 | 2.37 | - |
| YUV | 112.13 | 66.42 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 3 | 0 | 0.59 | 0.99 | 0.19 | 24.12 | 0.97 | 0.41 |
| Hex | CF | 55 | 3 | 0 | 3B | 63 | 13 | 18 | 61 | 29 |
| Octal | 317 | 125 | 3 | 0 | 73 | 143 | 23 | 30 | 141 | 51 |
| Binary | 11001111 | 1010101 | 11 | 0 | 111011 | 1100011 | 10011 | 11000 | 1100001 | 101001 |
Color Harmonies of #CF5503
Complementary color
Monochromatic Colors of #CF5503
Black with #CF5503
Text Example
Text Example
White with #CF5503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5503; }
p { color: rgb(207,85,3); }
H1.HeaderClassName
{
color: #CF5503;
}
.AnyTagClassName
{
color: #CF5503;
}
</style>
background-color css
<style>
a { background-color: #CF5503; }
a { background-color: rgb(207,85,3); }
div.DivClassName
{
background-color: #CF5503;
}
.BgClassName
{
background-color: #CF5503;
}
</style>
border-color css
<style>
span { border-color: #CF5503; }
span { border-color: rgb(207,85,3); }
td.TdClassName
{
border-color: #CF5503;
}
.TagClassName
{
border-color: #CF5503;
}
</style>