Shades of Tenne (Tawny) #CF5602
Tints of Tenne (Tawny) #CF5602
RGB
CMYK
RGB Variations
Color information
#CF5602 (or 0xCF5602) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 02. RGB value is (207,86,2). Sum of RGB (Red+Green+Blue) = 207+86+2=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5602 is #30A9FD. Grayscale: #717171. Windows color (decimal): -3189246 or 153295. OLE color: 153295.
HSL color Cylindrical-coordinate representation of color #CF5602: hue angle of 24.59º degrees, saturation: 0.98, 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 #CF5602 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.19 |
| HSL | 24.59º | 0.98% | 0.41% | - |
| HSV(B) | 24.59º | 0.99% | 0.81% | - |
| XYZ | 29.07 | 19.93 | 2.37 | - |
| YUV | 112.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 2 | 0 | 0.58 | 0.99 | 0.19 | 24.59 | 0.98 | 0.41 |
| Hex | CF | 56 | 2 | 0 | 3A | 63 | 13 | 19 | 62 | 29 |
| Octal | 317 | 126 | 2 | 0 | 72 | 143 | 23 | 31 | 142 | 51 |
| Binary | 11001111 | 1010110 | 10 | 0 | 111010 | 1100011 | 10011 | 11001 | 1100010 | 101001 |
Color Harmonies of #CF5602
Complementary color
Monochromatic Colors of #CF5602
Black with #CF5602
Text Example
Text Example
White with #CF5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5602; }
p { color: rgb(207,86,2); }
H1.HeaderClassName
{
color: #CF5602;
}
.AnyTagClassName
{
color: #CF5602;
}
</style>
background-color css
<style>
a { background-color: #CF5602; }
a { background-color: rgb(207,86,2); }
div.DivClassName
{
background-color: #CF5602;
}
.BgClassName
{
background-color: #CF5602;
}
</style>
border-color css
<style>
span { border-color: #CF5602; }
span { border-color: rgb(207,86,2); }
td.TdClassName
{
border-color: #CF5602;
}
.TagClassName
{
border-color: #CF5602;
}
</style>