Shades of Tenne (Tawny) #CF5D03
Tints of Tenne (Tawny) #CF5D03
RGB
CMYK
RGB Variations
Color information
#CF5D03 (or 0xCF5D03) is known color: Tenne (Tawny). HEX triplet: CF, 5D and 03. RGB value is (207,93,3). Sum of RGB (Red+Green+Blue) = 207+93+3=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D03 is #30A2FC. Grayscale: #757575. Windows color (decimal): -3187453 or 220623. OLE color: 220623.
HSL color Cylindrical-coordinate representation of color #CF5D03: hue angle of 26.47º 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 #CF5D03 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 3 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.19 |
| HSL | 26.47º | 0.97% | 0.41% | - |
| HSV(B) | 26.47º | 0.99% | 0.81% | - |
| XYZ | 29.66 | 21.1 | 2.6 | - |
| YUV | 116.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 3 | 0 | 0.55 | 0.99 | 0.19 | 26.47 | 0.97 | 0.41 |
| Hex | CF | 5D | 3 | 0 | 37 | 63 | 13 | 1A | 61 | 29 |
| Octal | 317 | 135 | 3 | 0 | 67 | 143 | 23 | 32 | 141 | 51 |
| Binary | 11001111 | 1011101 | 11 | 0 | 110111 | 1100011 | 10011 | 11010 | 1100001 | 101001 |
Color Harmonies of #CF5D03
Complementary color
Monochromatic Colors of #CF5D03
Black with #CF5D03
Text Example
Text Example
White with #CF5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D03; }
p { color: rgb(207,93,3); }
H1.HeaderClassName
{
color: #CF5D03;
}
.AnyTagClassName
{
color: #CF5D03;
}
</style>
background-color css
<style>
a { background-color: #CF5D03; }
a { background-color: rgb(207,93,3); }
div.DivClassName
{
background-color: #CF5D03;
}
.BgClassName
{
background-color: #CF5D03;
}
</style>
border-color css
<style>
span { border-color: #CF5D03; }
span { border-color: rgb(207,93,3); }
td.TdClassName
{
border-color: #CF5D03;
}
.TagClassName
{
border-color: #CF5D03;
}
</style>