Shades of Tenne (Tawny) #CF610C
Tints of Tenne (Tawny) #CF610C
RGB
CMYK
RGB Variations
Color information
#CF610C (or 0xCF610C) is known color: Tenne (Tawny). HEX triplet: CF, 61 and 0C. RGB value is (207,97,12). Sum of RGB (Red+Green+Blue) = 207+97+12=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF610C is #309EF3. Grayscale: #787878. Windows color (decimal): -3186420 or 811471. OLE color: 811471.
HSL color Cylindrical-coordinate representation of color #CF610C: hue angle of 26.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF610C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.19 |
| HSL | 26.15º | 0.89% | 0.43% | - |
| HSV(B) | 26.15º | 0.94% | 0.81% | - |
| XYZ | 30.07 | 21.84 | 2.98 | - |
| YUV | 120.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 12 | 0 | 0.53 | 0.94 | 0.19 | 26.15 | 0.89 | 0.43 |
| Hex | CF | 61 | C | 0 | 35 | 5E | 13 | 1A | 59 | 2B |
| Octal | 317 | 141 | 14 | 0 | 65 | 136 | 23 | 32 | 131 | 53 |
| Binary | 11001111 | 1100001 | 1100 | 0 | 110101 | 1011110 | 10011 | 11010 | 1011001 | 101011 |
Color Harmonies of #CF610C
Complementary color
Monochromatic Colors of #CF610C
Black with #CF610C
Text Example
Text Example
White with #CF610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF610C; }
p { color: rgb(207,97,12); }
H1.HeaderClassName
{
color: #CF610C;
}
.AnyTagClassName
{
color: #CF610C;
}
</style>
background-color css
<style>
a { background-color: #CF610C; }
a { background-color: rgb(207,97,12); }
div.DivClassName
{
background-color: #CF610C;
}
.BgClassName
{
background-color: #CF610C;
}
</style>
border-color css
<style>
span { border-color: #CF610C; }
span { border-color: rgb(207,97,12); }
td.TdClassName
{
border-color: #CF610C;
}
.TagClassName
{
border-color: #CF610C;
}
</style>