Shades of Tenne (Tawny) #CF5A10
Tints of Tenne (Tawny) #CF5A10
RGB
CMYK
RGB Variations
Color information
#CF5A10 (or 0xCF5A10) is known color: Tenne (Tawny). HEX triplet: CF, 5A and 10. RGB value is (207,90,16). Sum of RGB (Red+Green+Blue) = 207+90+16=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A10 is #30A5EF. Grayscale: #747474. Windows color (decimal): -3188208 or 1071823. OLE color: 1071823.
HSL color Cylindrical-coordinate representation of color #CF5A10: hue angle of 23.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF5A10 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 16 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.19 |
| HSL | 23.25º | 0.86% | 0.44% | - |
| HSV(B) | 23.25º | 0.92% | 0.81% | - |
| XYZ | 29.48 | 20.62 | 2.92 | - |
| YUV | 116.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 16 | 0 | 0.57 | 0.92 | 0.19 | 23.25 | 0.86 | 0.44 |
| Hex | CF | 5A | 10 | 0 | 39 | 5C | 13 | 17 | 56 | 2C |
| Octal | 317 | 132 | 20 | 0 | 71 | 134 | 23 | 27 | 126 | 54 |
| Binary | 11001111 | 1011010 | 10000 | 0 | 111001 | 1011100 | 10011 | 10111 | 1010110 | 101100 |
Color Harmonies of #CF5A10
Complementary color
Monochromatic Colors of #CF5A10
Black with #CF5A10
Text Example
Text Example
White with #CF5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A10; }
p { color: rgb(207,90,16); }
H1.HeaderClassName
{
color: #CF5A10;
}
.AnyTagClassName
{
color: #CF5A10;
}
</style>
background-color css
<style>
a { background-color: #CF5A10; }
a { background-color: rgb(207,90,16); }
div.DivClassName
{
background-color: #CF5A10;
}
.BgClassName
{
background-color: #CF5A10;
}
</style>
border-color css
<style>
span { border-color: #CF5A10; }
span { border-color: rgb(207,90,16); }
td.TdClassName
{
border-color: #CF5A10;
}
.TagClassName
{
border-color: #CF5A10;
}
</style>