Shades of Tenne (Tawny) #CF4507
Tints of Tenne (Tawny) #CF4507
RGB
CMYK
RGB Variations
Color information
#CF4507 (or 0xCF4507) is known color: Tenne (Tawny). HEX triplet: CF, 45 and 07. RGB value is (207,69,7). Sum of RGB (Red+Green+Blue) = 207+69+7=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4507 is #30BAF8. Grayscale: #676767. Windows color (decimal): -3193593 or 476623. OLE color: 476623.
HSL color Cylindrical-coordinate representation of color #CF4507: hue angle of 18.6º 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 #CF4507 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.19 |
| HSL | 18.6º | 0.93% | 0.42% | - |
| HSV(B) | 18.6º | 0.97% | 0.81% | - |
| XYZ | 27.9 | 17.54 | 2.12 | - |
| YUV | 103.19 | 73.72 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 7 | 0 | 0.67 | 0.97 | 0.19 | 18.6 | 0.93 | 0.42 |
| Hex | CF | 45 | 7 | 0 | 43 | 61 | 13 | 13 | 5D | 2A |
| Octal | 317 | 105 | 7 | 0 | 103 | 141 | 23 | 23 | 135 | 52 |
| Binary | 11001111 | 1000101 | 111 | 0 | 1000011 | 1100001 | 10011 | 10011 | 1011101 | 101010 |
Color Harmonies of #CF4507
Complementary color
Monochromatic Colors of #CF4507
Black with #CF4507
Text Example
Text Example
White with #CF4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4507; }
p { color: rgb(207,69,7); }
H1.HeaderClassName
{
color: #CF4507;
}
.AnyTagClassName
{
color: #CF4507;
}
</style>
background-color css
<style>
a { background-color: #CF4507; }
a { background-color: rgb(207,69,7); }
div.DivClassName
{
background-color: #CF4507;
}
.BgClassName
{
background-color: #CF4507;
}
</style>
border-color css
<style>
span { border-color: #CF4507; }
span { border-color: rgb(207,69,7); }
td.TdClassName
{
border-color: #CF4507;
}
.TagClassName
{
border-color: #CF4507;
}
</style>