Shades of Tenne (Tawny) #CF4405
Tints of Tenne (Tawny) #CF4405
RGB
CMYK
RGB Variations
Color information
#CF4405 (or 0xCF4405) is known color: Tenne (Tawny). HEX triplet: CF, 44 and 05. RGB value is (207,68,5). Sum of RGB (Red+Green+Blue) = 207+68+5=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4405 is #30BBFA. Grayscale: #666666. Windows color (decimal): -3193851 or 345295. OLE color: 345295.
HSL color Cylindrical-coordinate representation of color #CF4405: hue angle of 18.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF4405 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.19 |
| HSL | 18.71º | 0.95% | 0.42% | - |
| HSV(B) | 18.71º | 0.98% | 0.81% | - |
| XYZ | 27.83 | 17.41 | 2.04 | - |
| YUV | 102.38 | 73.05 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 5 | 0 | 0.67 | 0.98 | 0.19 | 18.71 | 0.95 | 0.42 |
| Hex | CF | 44 | 5 | 0 | 43 | 62 | 13 | 13 | 5F | 2A |
| Octal | 317 | 104 | 5 | 0 | 103 | 142 | 23 | 23 | 137 | 52 |
| Binary | 11001111 | 1000100 | 101 | 0 | 1000011 | 1100010 | 10011 | 10011 | 1011111 | 101010 |
Color Harmonies of #CF4405
Complementary color
Monochromatic Colors of #CF4405
Black with #CF4405
Text Example
Text Example
White with #CF4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4405; }
p { color: rgb(207,68,5); }
H1.HeaderClassName
{
color: #CF4405;
}
.AnyTagClassName
{
color: #CF4405;
}
</style>
background-color css
<style>
a { background-color: #CF4405; }
a { background-color: rgb(207,68,5); }
div.DivClassName
{
background-color: #CF4405;
}
.BgClassName
{
background-color: #CF4405;
}
</style>
border-color css
<style>
span { border-color: #CF4405; }
span { border-color: rgb(207,68,5); }
td.TdClassName
{
border-color: #CF4405;
}
.TagClassName
{
border-color: #CF4405;
}
</style>