Shades of Tenne (Tawny) #CF5300
Tints of Tenne (Tawny) #CF5300
RGB
CMYK
RGB Variations
Color information
#CF5300 (or 0xCF5300) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 00. RGB value is (207,83,0). Sum of RGB (Red+Green+Blue) = 207+83+0=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5300 is #30ACFF. Grayscale: #6F6F6F. Windows color (decimal): -3190016 or 21455. OLE color: 21455.
HSL color Cylindrical-coordinate representation of color #CF5300: hue angle of 24.06º 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 #CF5300 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.19 |
| HSL | 24.06º | 1% | 0.41% | - |
| HSV(B) | 24.06º | 1% | 0.81% | - |
| XYZ | 28.83 | 19.45 | 2.24 | - |
| YUV | 110.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 0 | 0 | 0.60 | 1 | 0.19 | 24.06 | 1 | 0.41 |
| Hex | CF | 53 | 0 | 0 | 3C | 64 | 13 | 18 | 64 | 29 |
| Octal | 317 | 123 | 0 | 0 | 74 | 144 | 23 | 30 | 144 | 51 |
| Binary | 11001111 | 1010011 | 0 | 0 | 111100 | 1100100 | 10011 | 11000 | 1100100 | 101001 |
Color Harmonies of #CF5300
Complementary color
Monochromatic Colors of #CF5300
Black with #CF5300
Text Example
Text Example
White with #CF5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5300; }
p { color: rgb(207,83,0); }
H1.HeaderClassName
{
color: #CF5300;
}
.AnyTagClassName
{
color: #CF5300;
}
</style>
background-color css
<style>
a { background-color: #CF5300; }
a { background-color: rgb(207,83,0); }
div.DivClassName
{
background-color: #CF5300;
}
.BgClassName
{
background-color: #CF5300;
}
</style>
border-color css
<style>
span { border-color: #CF5300; }
span { border-color: rgb(207,83,0); }
td.TdClassName
{
border-color: #CF5300;
}
.TagClassName
{
border-color: #CF5300;
}
</style>