Shades of Tenne (Tawny) #CF5A03
Tints of Tenne (Tawny) #CF5A03
RGB
CMYK
RGB Variations
Color information
#CF5A03 (or 0xCF5A03) is known color: Tenne (Tawny). HEX triplet: CF, 5A and 03. RGB value is (207,90,3). Sum of RGB (Red+Green+Blue) = 207+90+3=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A03 is #30A5FC. Grayscale: #737373. Windows color (decimal): -3188221 or 219855. OLE color: 219855.
HSL color Cylindrical-coordinate representation of color #CF5A03: hue angle of 25.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF5A03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.19 |
| HSL | 25.59º | 0.97% | 0.41% | - |
| HSV(B) | 25.59º | 0.99% | 0.81% | - |
| XYZ | 29.4 | 20.58 | 2.51 | - |
| YUV | 115.07 | 64.76 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 3 | 0 | 0.57 | 0.99 | 0.19 | 25.59 | 0.97 | 0.41 |
| Hex | CF | 5A | 3 | 0 | 39 | 63 | 13 | 1A | 61 | 29 |
| Octal | 317 | 132 | 3 | 0 | 71 | 143 | 23 | 32 | 141 | 51 |
| Binary | 11001111 | 1011010 | 11 | 0 | 111001 | 1100011 | 10011 | 11010 | 1100001 | 101001 |
Color Harmonies of #CF5A03
Complementary color
Monochromatic Colors of #CF5A03
Black with #CF5A03
Text Example
Text Example
White with #CF5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A03; }
p { color: rgb(207,90,3); }
H1.HeaderClassName
{
color: #CF5A03;
}
.AnyTagClassName
{
color: #CF5A03;
}
</style>
background-color css
<style>
a { background-color: #CF5A03; }
a { background-color: rgb(207,90,3); }
div.DivClassName
{
background-color: #CF5A03;
}
.BgClassName
{
background-color: #CF5A03;
}
</style>
border-color css
<style>
span { border-color: #CF5A03; }
span { border-color: rgb(207,90,3); }
td.TdClassName
{
border-color: #CF5A03;
}
.TagClassName
{
border-color: #CF5A03;
}
</style>