Shades of Tenne (Tawny) #CF550F
Tints of Tenne (Tawny) #CF550F
RGB
CMYK
RGB Variations
Color information
#CF550F (or 0xCF550F) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 0F. RGB value is (207,85,15). Sum of RGB (Red+Green+Blue) = 207+85+15=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF550F is #30AAF0. Grayscale: #717171. Windows color (decimal): -3189489 or 1005007. OLE color: 1005007.
HSL color Cylindrical-coordinate representation of color #CF550F: hue angle of 21.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF550F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 15 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.19 |
| HSL | 21.88º | 0.86% | 0.44% | - |
| HSV(B) | 21.88º | 0.93% | 0.81% | - |
| XYZ | 29.07 | 19.8 | 2.74 | - |
| YUV | 113.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 15 | 0 | 0.59 | 0.93 | 0.19 | 21.88 | 0.86 | 0.44 |
| Hex | CF | 55 | F | 0 | 3B | 5D | 13 | 16 | 56 | 2C |
| Octal | 317 | 125 | 17 | 0 | 73 | 135 | 23 | 26 | 126 | 54 |
| Binary | 11001111 | 1010101 | 1111 | 0 | 111011 | 1011101 | 10011 | 10110 | 1010110 | 101100 |
Color Harmonies of #CF550F
Complementary color
Monochromatic Colors of #CF550F
Black with #CF550F
Text Example
Text Example
White with #CF550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF550F; }
p { color: rgb(207,85,15); }
H1.HeaderClassName
{
color: #CF550F;
}
.AnyTagClassName
{
color: #CF550F;
}
</style>
background-color css
<style>
a { background-color: #CF550F; }
a { background-color: rgb(207,85,15); }
div.DivClassName
{
background-color: #CF550F;
}
.BgClassName
{
background-color: #CF550F;
}
</style>
border-color css
<style>
span { border-color: #CF550F; }
span { border-color: rgb(207,85,15); }
td.TdClassName
{
border-color: #CF550F;
}
.TagClassName
{
border-color: #CF550F;
}
</style>