Shades of Tenne (Tawny) #CF6402
Tints of Tenne (Tawny) #CF6402
RGB
CMYK
RGB Variations
Color information
#CF6402 (or 0xCF6402) is known color: Tenne (Tawny). HEX triplet: CF, 64 and 02. RGB value is (207,100,2). Sum of RGB (Red+Green+Blue) = 207+100+2=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6402 is #309BFD. Grayscale: #797979. Windows color (decimal): -3185662 or 156879. OLE color: 156879.
HSL color Cylindrical-coordinate representation of color #CF6402: hue angle of 28.68º 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 #CF6402 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.19 |
| HSL | 28.68º | 0.98% | 0.41% | - |
| HSV(B) | 28.68º | 0.99% | 0.81% | - |
| XYZ | 30.3 | 22.38 | 2.78 | - |
| YUV | 120.82 | 60.95 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 2 | 0 | 0.52 | 0.99 | 0.19 | 28.68 | 0.98 | 0.41 |
| Hex | CF | 64 | 2 | 0 | 34 | 63 | 13 | 1D | 62 | 29 |
| Octal | 317 | 144 | 2 | 0 | 64 | 143 | 23 | 35 | 142 | 51 |
| Binary | 11001111 | 1100100 | 10 | 0 | 110100 | 1100011 | 10011 | 11101 | 1100010 | 101001 |
Color Harmonies of #CF6402
Complementary color
Monochromatic Colors of #CF6402
Black with #CF6402
Text Example
Text Example
White with #CF6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6402; }
p { color: rgb(207,100,2); }
H1.HeaderClassName
{
color: #CF6402;
}
.AnyTagClassName
{
color: #CF6402;
}
</style>
background-color css
<style>
a { background-color: #CF6402; }
a { background-color: rgb(207,100,2); }
div.DivClassName
{
background-color: #CF6402;
}
.BgClassName
{
background-color: #CF6402;
}
</style>
border-color css
<style>
span { border-color: #CF6402; }
span { border-color: rgb(207,100,2); }
td.TdClassName
{
border-color: #CF6402;
}
.TagClassName
{
border-color: #CF6402;
}
</style>