Shades of Tenne (Tawny) #CF5F03
Tints of Tenne (Tawny) #CF5F03
RGB
CMYK
RGB Variations
Color information
#CF5F03 (or 0xCF5F03) is known color: Tenne (Tawny). HEX triplet: CF, 5F and 03. RGB value is (207,95,3). Sum of RGB (Red+Green+Blue) = 207+95+3=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F03 is #30A0FC. Grayscale: #767676. Windows color (decimal): -3186941 or 221135. OLE color: 221135.
HSL color Cylindrical-coordinate representation of color #CF5F03: hue angle of 27.06º 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 #CF5F03 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.19 |
| HSL | 27.06º | 0.97% | 0.41% | - |
| HSV(B) | 27.06º | 0.99% | 0.81% | - |
| XYZ | 29.84 | 21.46 | 2.65 | - |
| YUV | 118 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 3 | 0 | 0.54 | 0.99 | 0.19 | 27.06 | 0.97 | 0.41 |
| Hex | CF | 5F | 3 | 0 | 36 | 63 | 13 | 1B | 61 | 29 |
| Octal | 317 | 137 | 3 | 0 | 66 | 143 | 23 | 33 | 141 | 51 |
| Binary | 11001111 | 1011111 | 11 | 0 | 110110 | 1100011 | 10011 | 11011 | 1100001 | 101001 |
Color Harmonies of #CF5F03
Complementary color
Monochromatic Colors of #CF5F03
Black with #CF5F03
Text Example
Text Example
White with #CF5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F03; }
p { color: rgb(207,95,3); }
H1.HeaderClassName
{
color: #CF5F03;
}
.AnyTagClassName
{
color: #CF5F03;
}
</style>
background-color css
<style>
a { background-color: #CF5F03; }
a { background-color: rgb(207,95,3); }
div.DivClassName
{
background-color: #CF5F03;
}
.BgClassName
{
background-color: #CF5F03;
}
</style>
border-color css
<style>
span { border-color: #CF5F03; }
span { border-color: rgb(207,95,3); }
td.TdClassName
{
border-color: #CF5F03;
}
.TagClassName
{
border-color: #CF5F03;
}
</style>