Shades of Tenne (Tawny) #CF600D
Tints of Tenne (Tawny) #CF600D
RGB
CMYK
RGB Variations
Color information
#CF600D (or 0xCF600D) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 0D. RGB value is (207,96,13). Sum of RGB (Red+Green+Blue) = 207+96+13=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF600D is #309FF2. Grayscale: #787878. Windows color (decimal): -3186675 or 876751. OLE color: 876751.
HSL color Cylindrical-coordinate representation of color #CF600D: hue angle of 25.67º degrees, saturation: 0.88, 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 #CF600D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.19 |
| HSL | 25.67º | 0.88% | 0.43% | - |
| HSV(B) | 25.67º | 0.94% | 0.81% | - |
| XYZ | 29.99 | 21.66 | 2.98 | - |
| YUV | 119.73 | 67.77 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 13 | 0 | 0.54 | 0.94 | 0.19 | 25.67 | 0.88 | 0.43 |
| Hex | CF | 60 | D | 0 | 36 | 5E | 13 | 1A | 58 | 2B |
| Octal | 317 | 140 | 15 | 0 | 66 | 136 | 23 | 32 | 130 | 53 |
| Binary | 11001111 | 1100000 | 1101 | 0 | 110110 | 1011110 | 10011 | 11010 | 1011000 | 101011 |
Color Harmonies of #CF600D
Complementary color
Monochromatic Colors of #CF600D
Black with #CF600D
Text Example
Text Example
White with #CF600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF600D; }
p { color: rgb(207,96,13); }
H1.HeaderClassName
{
color: #CF600D;
}
.AnyTagClassName
{
color: #CF600D;
}
</style>
background-color css
<style>
a { background-color: #CF600D; }
a { background-color: rgb(207,96,13); }
div.DivClassName
{
background-color: #CF600D;
}
.BgClassName
{
background-color: #CF600D;
}
</style>
border-color css
<style>
span { border-color: #CF600D; }
span { border-color: rgb(207,96,13); }
td.TdClassName
{
border-color: #CF600D;
}
.TagClassName
{
border-color: #CF600D;
}
</style>