Shades of Tenne (Tawny) #CF5600
Tints of Tenne (Tawny) #CF5600
RGB
CMYK
RGB Variations
Color information
#CF5600 (or 0xCF5600) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 00. RGB value is (207,86,0). Sum of RGB (Red+Green+Blue) = 207+86+0=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5600 is #30A9FF. Grayscale: #707070. Windows color (decimal): -3189248 or 22223. OLE color: 22223.
HSL color Cylindrical-coordinate representation of color #CF5600: hue angle of 24.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF5600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.19 |
| HSL | 24.93º | 1% | 0.41% | - |
| HSV(B) | 24.93º | 1% | 0.81% | - |
| XYZ | 29.06 | 19.92 | 2.31 | - |
| YUV | 112.38 | 64.59 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 0 | 0 | 0.58 | 1 | 0.19 | 24.93 | 1 | 0.41 |
| Hex | CF | 56 | 0 | 0 | 3A | 64 | 13 | 19 | 64 | 29 |
| Octal | 317 | 126 | 0 | 0 | 72 | 144 | 23 | 31 | 144 | 51 |
| Binary | 11001111 | 1010110 | 0 | 0 | 111010 | 1100100 | 10011 | 11001 | 1100100 | 101001 |
Color Harmonies of #CF5600
Complementary color
Monochromatic Colors of #CF5600
Black with #CF5600
Text Example
Text Example
White with #CF5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5600; }
p { color: rgb(207,86,0); }
H1.HeaderClassName
{
color: #CF5600;
}
.AnyTagClassName
{
color: #CF5600;
}
</style>
background-color css
<style>
a { background-color: #CF5600; }
a { background-color: rgb(207,86,0); }
div.DivClassName
{
background-color: #CF5600;
}
.BgClassName
{
background-color: #CF5600;
}
</style>
border-color css
<style>
span { border-color: #CF5600; }
span { border-color: rgb(207,86,0); }
td.TdClassName
{
border-color: #CF5600;
}
.TagClassName
{
border-color: #CF5600;
}
</style>