Shades of Tenne (Tawny) #CF550B
Tints of Tenne (Tawny) #CF550B
RGB
CMYK
RGB Variations
Color information
#CF550B (or 0xCF550B) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 0B. RGB value is (207,85,11). Sum of RGB (Red+Green+Blue) = 207+85+11=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF550B is #30AAF4. Grayscale: #717171. Windows color (decimal): -3189493 or 742863. OLE color: 742863.
HSL color Cylindrical-coordinate representation of color #CF550B: hue angle of 22.65º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF550B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.19 |
| HSL | 22.65º | 0.9% | 0.43% | - |
| HSV(B) | 22.65º | 0.95% | 0.81% | - |
| XYZ | 29.04 | 19.79 | 2.61 | - |
| YUV | 113.04 | 70.42 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 11 | 0 | 0.59 | 0.95 | 0.19 | 22.65 | 0.9 | 0.43 |
| Hex | CF | 55 | B | 0 | 3B | 5F | 13 | 17 | 5A | 2B |
| Octal | 317 | 125 | 13 | 0 | 73 | 137 | 23 | 27 | 132 | 53 |
| Binary | 11001111 | 1010101 | 1011 | 0 | 111011 | 1011111 | 10011 | 10111 | 1011010 | 101011 |
Color Harmonies of #CF550B
Complementary color
Monochromatic Colors of #CF550B
Black with #CF550B
Text Example
Text Example
White with #CF550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF550B; }
p { color: rgb(207,85,11); }
H1.HeaderClassName
{
color: #CF550B;
}
.AnyTagClassName
{
color: #CF550B;
}
</style>
background-color css
<style>
a { background-color: #CF550B; }
a { background-color: rgb(207,85,11); }
div.DivClassName
{
background-color: #CF550B;
}
.BgClassName
{
background-color: #CF550B;
}
</style>
border-color css
<style>
span { border-color: #CF550B; }
span { border-color: rgb(207,85,11); }
td.TdClassName
{
border-color: #CF550B;
}
.TagClassName
{
border-color: #CF550B;
}
</style>