Shades of Tenne (Tawny) #CF5314
Tints of Tenne (Tawny) #CF5314
RGB
CMYK
RGB Variations
Color information
#CF5314 (or 0xCF5314) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 14. RGB value is (207,83,20). Sum of RGB (Red+Green+Blue) = 207+83+20=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5314 is #30ACEB. Grayscale: #717171. Windows color (decimal): -3189996 or 1332175. OLE color: 1332175.
HSL color Cylindrical-coordinate representation of color #CF5314: hue angle of 20.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF5314 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 20 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.19 |
| HSL | 20.21º | 0.82% | 0.45% | - |
| HSV(B) | 20.21º | 0.9% | 0.81% | - |
| XYZ | 28.95 | 19.5 | 2.9 | - |
| YUV | 112.89 | 75.58 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 20 | 0 | 0.60 | 0.90 | 0.19 | 20.21 | 0.82 | 0.45 |
| Hex | CF | 53 | 14 | 0 | 3C | 5A | 13 | 14 | 52 | 2D |
| Octal | 317 | 123 | 24 | 0 | 74 | 132 | 23 | 24 | 122 | 55 |
| Binary | 11001111 | 1010011 | 10100 | 0 | 111100 | 1011010 | 10011 | 10100 | 1010010 | 101101 |
Color Harmonies of #CF5314
Complementary color
Monochromatic Colors of #CF5314
Black with #CF5314
Text Example
Text Example
White with #CF5314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5314; }
p { color: rgb(207,83,20); }
H1.HeaderClassName
{
color: #CF5314;
}
.AnyTagClassName
{
color: #CF5314;
}
</style>
background-color css
<style>
a { background-color: #CF5314; }
a { background-color: rgb(207,83,20); }
div.DivClassName
{
background-color: #CF5314;
}
.BgClassName
{
background-color: #CF5314;
}
</style>
border-color css
<style>
span { border-color: #CF5314; }
span { border-color: rgb(207,83,20); }
td.TdClassName
{
border-color: #CF5314;
}
.TagClassName
{
border-color: #CF5314;
}
</style>