Shades of Tenne (Tawny) #CF5C0B
Tints of Tenne (Tawny) #CF5C0B
RGB
CMYK
RGB Variations
Color information
#CF5C0B (or 0xCF5C0B) is known color: Tenne (Tawny). HEX triplet: CF, 5C and 0B. RGB value is (207,92,11). Sum of RGB (Red+Green+Blue) = 207+92+11=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C0B is #30A3F4. Grayscale: #757575. Windows color (decimal): -3187701 or 744655. OLE color: 744655.
HSL color Cylindrical-coordinate representation of color #CF5C0B: hue angle of 24.8º 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 #CF5C0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.19 |
| HSL | 24.8º | 0.9% | 0.43% | - |
| HSV(B) | 24.8º | 0.95% | 0.81% | - |
| XYZ | 29.62 | 20.94 | 2.8 | - |
| YUV | 117.15 | 68.1 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 11 | 0 | 0.56 | 0.95 | 0.19 | 24.8 | 0.9 | 0.43 |
| Hex | CF | 5C | B | 0 | 38 | 5F | 13 | 19 | 5A | 2B |
| Octal | 317 | 134 | 13 | 0 | 70 | 137 | 23 | 31 | 132 | 53 |
| Binary | 11001111 | 1011100 | 1011 | 0 | 111000 | 1011111 | 10011 | 11001 | 1011010 | 101011 |
Color Harmonies of #CF5C0B
Complementary color
Monochromatic Colors of #CF5C0B
Black with #CF5C0B
Text Example
Text Example
White with #CF5C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C0B; }
p { color: rgb(207,92,11); }
H1.HeaderClassName
{
color: #CF5C0B;
}
.AnyTagClassName
{
color: #CF5C0B;
}
</style>
background-color css
<style>
a { background-color: #CF5C0B; }
a { background-color: rgb(207,92,11); }
div.DivClassName
{
background-color: #CF5C0B;
}
.BgClassName
{
background-color: #CF5C0B;
}
</style>
border-color css
<style>
span { border-color: #CF5C0B; }
span { border-color: rgb(207,92,11); }
td.TdClassName
{
border-color: #CF5C0B;
}
.TagClassName
{
border-color: #CF5C0B;
}
</style>