Shades of Tenne (Tawny) #CF6002
Tints of Tenne (Tawny) #CF6002
RGB
CMYK
RGB Variations
Color information
#CF6002 (or 0xCF6002) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 02. RGB value is (207,96,2). Sum of RGB (Red+Green+Blue) = 207+96+2=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6002 is #309FFD. Grayscale: #767676. Windows color (decimal): -3186686 or 155855. OLE color: 155855.
HSL color Cylindrical-coordinate representation of color #CF6002: hue angle of 27.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF6002 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.19 |
| HSL | 27.51º | 0.98% | 0.41% | - |
| HSV(B) | 27.51º | 0.99% | 0.81% | - |
| XYZ | 29.93 | 21.64 | 2.66 | - |
| YUV | 118.47 | 62.27 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 2 | 0 | 0.54 | 0.99 | 0.19 | 27.51 | 0.98 | 0.41 |
| Hex | CF | 60 | 2 | 0 | 36 | 63 | 13 | 1C | 62 | 29 |
| Octal | 317 | 140 | 2 | 0 | 66 | 143 | 23 | 34 | 142 | 51 |
| Binary | 11001111 | 1100000 | 10 | 0 | 110110 | 1100011 | 10011 | 11100 | 1100010 | 101001 |
Color Harmonies of #CF6002
Complementary color
Monochromatic Colors of #CF6002
Black with #CF6002
Text Example
Text Example
White with #CF6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6002; }
p { color: rgb(207,96,2); }
H1.HeaderClassName
{
color: #CF6002;
}
.AnyTagClassName
{
color: #CF6002;
}
</style>
background-color css
<style>
a { background-color: #CF6002; }
a { background-color: rgb(207,96,2); }
div.DivClassName
{
background-color: #CF6002;
}
.BgClassName
{
background-color: #CF6002;
}
</style>
border-color css
<style>
span { border-color: #CF6002; }
span { border-color: rgb(207,96,2); }
td.TdClassName
{
border-color: #CF6002;
}
.TagClassName
{
border-color: #CF6002;
}
</style>