Shades of Tenne (Tawny) #CF4102
Tints of Tenne (Tawny) #CF4102
RGB
CMYK
RGB Variations
Color information
#CF4102 (or 0xCF4102) is known color: Tenne (Tawny). HEX triplet: CF, 41 and 02. RGB value is (207,65,2). Sum of RGB (Red+Green+Blue) = 207+65+2=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4102 is #30BEFD. Grayscale: #646464. Windows color (decimal): -3194622 or 147919. OLE color: 147919.
HSL color Cylindrical-coordinate representation of color #CF4102: hue angle of 18.44º 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 #CF4102 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.19 |
| HSL | 18.44º | 0.98% | 0.41% | - |
| HSV(B) | 18.44º | 0.99% | 0.81% | - |
| XYZ | 27.63 | 17.05 | 1.89 | - |
| YUV | 100.28 | 72.54 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 2 | 0 | 0.69 | 0.99 | 0.19 | 18.44 | 0.98 | 0.41 |
| Hex | CF | 41 | 2 | 0 | 45 | 63 | 13 | 12 | 62 | 29 |
| Octal | 317 | 101 | 2 | 0 | 105 | 143 | 23 | 22 | 142 | 51 |
| Binary | 11001111 | 1000001 | 10 | 0 | 1000101 | 1100011 | 10011 | 10010 | 1100010 | 101001 |
Color Harmonies of #CF4102
Complementary color
Monochromatic Colors of #CF4102
Black with #CF4102
Text Example
Text Example
White with #CF4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4102; }
p { color: rgb(207,65,2); }
H1.HeaderClassName
{
color: #CF4102;
}
.AnyTagClassName
{
color: #CF4102;
}
</style>
background-color css
<style>
a { background-color: #CF4102; }
a { background-color: rgb(207,65,2); }
div.DivClassName
{
background-color: #CF4102;
}
.BgClassName
{
background-color: #CF4102;
}
</style>
border-color css
<style>
span { border-color: #CF4102; }
span { border-color: rgb(207,65,2); }
td.TdClassName
{
border-color: #CF4102;
}
.TagClassName
{
border-color: #CF4102;
}
</style>