Shades of Tenne (Tawny) #CF4202
Tints of Tenne (Tawny) #CF4202
RGB
CMYK
RGB Variations
Color information
#CF4202 (or 0xCF4202) is known color: Tenne (Tawny). HEX triplet: CF, 42 and 02. RGB value is (207,66,2). Sum of RGB (Red+Green+Blue) = 207+66+2=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4202 is #30BDFD. Grayscale: #656565. Windows color (decimal): -3194366 or 148175. OLE color: 148175.
HSL color Cylindrical-coordinate representation of color #CF4202: hue angle of 18.73º 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 #CF4202 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.19 |
| HSL | 18.73º | 0.98% | 0.41% | - |
| HSV(B) | 18.73º | 0.99% | 0.81% | - |
| XYZ | 27.69 | 17.17 | 1.91 | - |
| YUV | 100.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 2 | 0 | 0.68 | 0.99 | 0.19 | 18.73 | 0.98 | 0.41 |
| Hex | CF | 42 | 2 | 0 | 44 | 63 | 13 | 13 | 62 | 29 |
| Octal | 317 | 102 | 2 | 0 | 104 | 143 | 23 | 23 | 142 | 51 |
| Binary | 11001111 | 1000010 | 10 | 0 | 1000100 | 1100011 | 10011 | 10011 | 1100010 | 101001 |
Color Harmonies of #CF4202
Complementary color
Monochromatic Colors of #CF4202
Black with #CF4202
Text Example
Text Example
White with #CF4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4202; }
p { color: rgb(207,66,2); }
H1.HeaderClassName
{
color: #CF4202;
}
.AnyTagClassName
{
color: #CF4202;
}
</style>
background-color css
<style>
a { background-color: #CF4202; }
a { background-color: rgb(207,66,2); }
div.DivClassName
{
background-color: #CF4202;
}
.BgClassName
{
background-color: #CF4202;
}
</style>
border-color css
<style>
span { border-color: #CF4202; }
span { border-color: rgb(207,66,2); }
td.TdClassName
{
border-color: #CF4202;
}
.TagClassName
{
border-color: #CF4202;
}
</style>