Shades of Tenne (Tawny) #CF4200
Tints of Tenne (Tawny) #CF4200
RGB
CMYK
RGB Variations
Color information
#CF4200 (or 0xCF4200) is known color: Tenne (Tawny). HEX triplet: CF, 42 and 00. RGB value is (207,66,0). Sum of RGB (Red+Green+Blue) = 207+66+0=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4200 is #30BDFF. Grayscale: #656565. Windows color (decimal): -3194368 or 17103. OLE color: 17103.
HSL color Cylindrical-coordinate representation of color #CF4200: hue angle of 19.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4200 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.19 |
| HSL | 19.13º | 1% | 0.41% | - |
| HSV(B) | 19.13º | 1% | 0.81% | - |
| XYZ | 27.68 | 17.16 | 1.85 | - |
| YUV | 100.64 | 71.21 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 0 | 0 | 0.68 | 1 | 0.19 | 19.13 | 1 | 0.41 |
| Hex | CF | 42 | 0 | 0 | 44 | 64 | 13 | 13 | 64 | 29 |
| Octal | 317 | 102 | 0 | 0 | 104 | 144 | 23 | 23 | 144 | 51 |
| Binary | 11001111 | 1000010 | 0 | 0 | 1000100 | 1100100 | 10011 | 10011 | 1100100 | 101001 |
Color Harmonies of #CF4200
Complementary color
Monochromatic Colors of #CF4200
Black with #CF4200
Text Example
Text Example
White with #CF4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4200; }
p { color: rgb(207,66,0); }
H1.HeaderClassName
{
color: #CF4200;
}
.AnyTagClassName
{
color: #CF4200;
}
</style>
background-color css
<style>
a { background-color: #CF4200; }
a { background-color: rgb(207,66,0); }
div.DivClassName
{
background-color: #CF4200;
}
.BgClassName
{
background-color: #CF4200;
}
</style>
border-color css
<style>
span { border-color: #CF4200; }
span { border-color: rgb(207,66,0); }
td.TdClassName
{
border-color: #CF4200;
}
.TagClassName
{
border-color: #CF4200;
}
</style>