Shades of Tenne (Tawny) #CF600F
Tints of Tenne (Tawny) #CF600F
RGB
CMYK
RGB Variations
Color information
#CF600F (or 0xCF600F) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 0F. RGB value is (207,96,15). Sum of RGB (Red+Green+Blue) = 207+96+15=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF600F is #309FF0. Grayscale: #787878. Windows color (decimal): -3186673 or 1007823. OLE color: 1007823.
HSL color Cylindrical-coordinate representation of color #CF600F: hue angle of 25.31º 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 #CF600F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.19 |
| HSL | 25.31º | 0.86% | 0.44% | - |
| HSV(B) | 25.31º | 0.93% | 0.81% | - |
| XYZ | 30 | 21.67 | 3.05 | - |
| YUV | 119.96 | 68.77 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 15 | 0 | 0.54 | 0.93 | 0.19 | 25.31 | 0.86 | 0.44 |
| Hex | CF | 60 | F | 0 | 36 | 5D | 13 | 19 | 56 | 2C |
| Octal | 317 | 140 | 17 | 0 | 66 | 135 | 23 | 31 | 126 | 54 |
| Binary | 11001111 | 1100000 | 1111 | 0 | 110110 | 1011101 | 10011 | 11001 | 1010110 | 101100 |
Color Harmonies of #CF600F
Complementary color
Monochromatic Colors of #CF600F
Black with #CF600F
Text Example
Text Example
White with #CF600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF600F; }
p { color: rgb(207,96,15); }
H1.HeaderClassName
{
color: #CF600F;
}
.AnyTagClassName
{
color: #CF600F;
}
</style>
background-color css
<style>
a { background-color: #CF600F; }
a { background-color: rgb(207,96,15); }
div.DivClassName
{
background-color: #CF600F;
}
.BgClassName
{
background-color: #CF600F;
}
</style>
border-color css
<style>
span { border-color: #CF600F; }
span { border-color: rgb(207,96,15); }
td.TdClassName
{
border-color: #CF600F;
}
.TagClassName
{
border-color: #CF600F;
}
</style>