Shades of Tenne (Tawny) #CF4504
Tints of Tenne (Tawny) #CF4504
RGB
CMYK
RGB Variations
Color information
#CF4504 (or 0xCF4504) is known color: Tenne (Tawny). HEX triplet: CF, 45 and 04. RGB value is (207,69,4). Sum of RGB (Red+Green+Blue) = 207+69+4=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4504 is #30BAFB. Grayscale: #676767. Windows color (decimal): -3193596 or 280015. OLE color: 280015.
HSL color Cylindrical-coordinate representation of color #CF4504: hue angle of 19.21º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF4504 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.19 |
| HSL | 19.21º | 0.96% | 0.41% | - |
| HSV(B) | 19.21º | 0.98% | 0.81% | - |
| XYZ | 27.88 | 17.53 | 2.03 | - |
| YUV | 102.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 4 | 0 | 0.67 | 0.98 | 0.19 | 19.21 | 0.96 | 0.41 |
| Hex | CF | 45 | 4 | 0 | 43 | 62 | 13 | 13 | 60 | 29 |
| Octal | 317 | 105 | 4 | 0 | 103 | 142 | 23 | 23 | 140 | 51 |
| Binary | 11001111 | 1000101 | 100 | 0 | 1000011 | 1100010 | 10011 | 10011 | 1100000 | 101001 |
Color Harmonies of #CF4504
Complementary color
Monochromatic Colors of #CF4504
Black with #CF4504
Text Example
Text Example
White with #CF4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4504; }
p { color: rgb(207,69,4); }
H1.HeaderClassName
{
color: #CF4504;
}
.AnyTagClassName
{
color: #CF4504;
}
</style>
background-color css
<style>
a { background-color: #CF4504; }
a { background-color: rgb(207,69,4); }
div.DivClassName
{
background-color: #CF4504;
}
.BgClassName
{
background-color: #CF4504;
}
</style>
border-color css
<style>
span { border-color: #CF4504; }
span { border-color: rgb(207,69,4); }
td.TdClassName
{
border-color: #CF4504;
}
.TagClassName
{
border-color: #CF4504;
}
</style>