Shades of Tenne (Tawny) #CF4D05
Tints of Tenne (Tawny) #CF4D05
RGB
CMYK
RGB Variations
Color information
#CF4D05 (or 0xCF4D05) is known color: Tenne (Tawny). HEX triplet: CF, 4D and 05. RGB value is (207,77,5). Sum of RGB (Red+Green+Blue) = 207+77+5=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4D05 is #30B2FA. Grayscale: #6C6C6C. Windows color (decimal): -3191547 or 347599. OLE color: 347599.
HSL color Cylindrical-coordinate representation of color #CF4D05: hue angle of 21.39º 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 #CF4D05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.19 |
| HSL | 21.39º | 0.95% | 0.42% | - |
| HSV(B) | 21.39º | 0.98% | 0.81% | - |
| XYZ | 28.41 | 18.58 | 2.23 | - |
| YUV | 107.66 | 70.07 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 5 | 0 | 0.63 | 0.98 | 0.19 | 21.39 | 0.95 | 0.42 |
| Hex | CF | 4D | 5 | 0 | 3F | 62 | 13 | 15 | 5F | 2A |
| Octal | 317 | 115 | 5 | 0 | 77 | 142 | 23 | 25 | 137 | 52 |
| Binary | 11001111 | 1001101 | 101 | 0 | 111111 | 1100010 | 10011 | 10101 | 1011111 | 101010 |
Color Harmonies of #CF4D05
Complementary color
Monochromatic Colors of #CF4D05
Black with #CF4D05
Text Example
Text Example
White with #CF4D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D05; }
p { color: rgb(207,77,5); }
H1.HeaderClassName
{
color: #CF4D05;
}
.AnyTagClassName
{
color: #CF4D05;
}
</style>
background-color css
<style>
a { background-color: #CF4D05; }
a { background-color: rgb(207,77,5); }
div.DivClassName
{
background-color: #CF4D05;
}
.BgClassName
{
background-color: #CF4D05;
}
</style>
border-color css
<style>
span { border-color: #CF4D05; }
span { border-color: rgb(207,77,5); }
td.TdClassName
{
border-color: #CF4D05;
}
.TagClassName
{
border-color: #CF4D05;
}
</style>