Shades of Tenne (Tawny) #CF580C
Tints of Tenne (Tawny) #CF580C
RGB
CMYK
RGB Variations
Color information
#CF580C (or 0xCF580C) is known color: Tenne (Tawny). HEX triplet: CF, 58 and 0C. RGB value is (207,88,12). Sum of RGB (Red+Green+Blue) = 207+88+12=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF580C is #30A7F3. Grayscale: #737373. Windows color (decimal): -3188724 or 809167. OLE color: 809167.
HSL color Cylindrical-coordinate representation of color #CF580C: hue angle of 23.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF580C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.19 |
| HSL | 23.38º | 0.89% | 0.43% | - |
| HSV(B) | 23.38º | 0.94% | 0.81% | - |
| XYZ | 29.29 | 20.27 | 2.72 | - |
| YUV | 114.92 | 69.92 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 12 | 0 | 0.57 | 0.94 | 0.19 | 23.38 | 0.89 | 0.43 |
| Hex | CF | 58 | C | 0 | 39 | 5E | 13 | 17 | 59 | 2B |
| Octal | 317 | 130 | 14 | 0 | 71 | 136 | 23 | 27 | 131 | 53 |
| Binary | 11001111 | 1011000 | 1100 | 0 | 111001 | 1011110 | 10011 | 10111 | 1011001 | 101011 |
Color Harmonies of #CF580C
Complementary color
Monochromatic Colors of #CF580C
Black with #CF580C
Text Example
Text Example
White with #CF580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF580C; }
p { color: rgb(207,88,12); }
H1.HeaderClassName
{
color: #CF580C;
}
.AnyTagClassName
{
color: #CF580C;
}
</style>
background-color css
<style>
a { background-color: #CF580C; }
a { background-color: rgb(207,88,12); }
div.DivClassName
{
background-color: #CF580C;
}
.BgClassName
{
background-color: #CF580C;
}
</style>
border-color css
<style>
span { border-color: #CF580C; }
span { border-color: rgb(207,88,12); }
td.TdClassName
{
border-color: #CF580C;
}
.TagClassName
{
border-color: #CF580C;
}
</style>