Shades of Tenne (Tawny) #CF5A0A
Tints of Tenne (Tawny) #CF5A0A
RGB
CMYK
RGB Variations
Color information
#CF5A0A (or 0xCF5A0A) is known color: Tenne (Tawny). HEX triplet: CF, 5A and 0A. RGB value is (207,90,10). Sum of RGB (Red+Green+Blue) = 207+90+10=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A0A is #30A5F5. Grayscale: #747474. Windows color (decimal): -3188214 or 678607. OLE color: 678607.
HSL color Cylindrical-coordinate representation of color #CF5A0A: hue angle of 24.37º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF5A0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.19 |
| HSL | 24.37º | 0.91% | 0.43% | - |
| HSV(B) | 24.37º | 0.95% | 0.81% | - |
| XYZ | 29.44 | 20.6 | 2.71 | - |
| YUV | 115.86 | 68.26 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 10 | 0 | 0.57 | 0.95 | 0.19 | 24.37 | 0.91 | 0.43 |
| Hex | CF | 5A | A | 0 | 39 | 5F | 13 | 18 | 5B | 2B |
| Octal | 317 | 132 | 12 | 0 | 71 | 137 | 23 | 30 | 133 | 53 |
| Binary | 11001111 | 1011010 | 1010 | 0 | 111001 | 1011111 | 10011 | 11000 | 1011011 | 101011 |
Color Harmonies of #CF5A0A
Complementary color
Monochromatic Colors of #CF5A0A
Black with #CF5A0A
Text Example
Text Example
White with #CF5A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A0A; }
p { color: rgb(207,90,10); }
H1.HeaderClassName
{
color: #CF5A0A;
}
.AnyTagClassName
{
color: #CF5A0A;
}
</style>
background-color css
<style>
a { background-color: #CF5A0A; }
a { background-color: rgb(207,90,10); }
div.DivClassName
{
background-color: #CF5A0A;
}
.BgClassName
{
background-color: #CF5A0A;
}
</style>
border-color css
<style>
span { border-color: #CF5A0A; }
span { border-color: rgb(207,90,10); }
td.TdClassName
{
border-color: #CF5A0A;
}
.TagClassName
{
border-color: #CF5A0A;
}
</style>