Shades of Tenne (Tawny) #CF5A07
Tints of Tenne (Tawny) #CF5A07
RGB
CMYK
RGB Variations
Color information
#CF5A07 (or 0xCF5A07) is known color: Tenne (Tawny). HEX triplet: CF, 5A and 07. RGB value is (207,90,7). Sum of RGB (Red+Green+Blue) = 207+90+7=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A07 is #30A5F8. Grayscale: #737373. Windows color (decimal): -3188217 or 481999. OLE color: 481999.
HSL color Cylindrical-coordinate representation of color #CF5A07: hue angle of 24.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF5A07 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.19 |
| HSL | 24.9º | 0.93% | 0.42% | - |
| HSV(B) | 24.9º | 0.97% | 0.81% | - |
| XYZ | 29.43 | 20.59 | 2.62 | - |
| YUV | 115.52 | 66.76 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 7 | 0 | 0.57 | 0.97 | 0.19 | 24.9 | 0.93 | 0.42 |
| Hex | CF | 5A | 7 | 0 | 39 | 61 | 13 | 19 | 5D | 2A |
| Octal | 317 | 132 | 7 | 0 | 71 | 141 | 23 | 31 | 135 | 52 |
| Binary | 11001111 | 1011010 | 111 | 0 | 111001 | 1100001 | 10011 | 11001 | 1011101 | 101010 |
Color Harmonies of #CF5A07
Complementary color
Monochromatic Colors of #CF5A07
Black with #CF5A07
Text Example
Text Example
White with #CF5A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A07; }
p { color: rgb(207,90,7); }
H1.HeaderClassName
{
color: #CF5A07;
}
.AnyTagClassName
{
color: #CF5A07;
}
</style>
background-color css
<style>
a { background-color: #CF5A07; }
a { background-color: rgb(207,90,7); }
div.DivClassName
{
background-color: #CF5A07;
}
.BgClassName
{
background-color: #CF5A07;
}
</style>
border-color css
<style>
span { border-color: #CF5A07; }
span { border-color: rgb(207,90,7); }
td.TdClassName
{
border-color: #CF5A07;
}
.TagClassName
{
border-color: #CF5A07;
}
</style>