Shades of Tenne (Tawny) #CF610B
Tints of Tenne (Tawny) #CF610B
RGB
CMYK
RGB Variations
Color information
#CF610B (or 0xCF610B) is known color: Tenne (Tawny). HEX triplet: CF, 61 and 0B. RGB value is (207,97,11). Sum of RGB (Red+Green+Blue) = 207+97+11=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF610B is #309EF4. Grayscale: #787878. Windows color (decimal): -3186421 or 745935. OLE color: 745935.
HSL color Cylindrical-coordinate representation of color #CF610B: hue angle of 26.33º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF610B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.19 |
| HSL | 26.33º | 0.9% | 0.43% | - |
| HSV(B) | 26.33º | 0.95% | 0.81% | - |
| XYZ | 30.07 | 21.84 | 2.95 | - |
| YUV | 120.09 | 66.44 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 11 | 0 | 0.53 | 0.95 | 0.19 | 26.33 | 0.9 | 0.43 |
| Hex | CF | 61 | B | 0 | 35 | 5F | 13 | 1A | 5A | 2B |
| Octal | 317 | 141 | 13 | 0 | 65 | 137 | 23 | 32 | 132 | 53 |
| Binary | 11001111 | 1100001 | 1011 | 0 | 110101 | 1011111 | 10011 | 11010 | 1011010 | 101011 |
Color Harmonies of #CF610B
Complementary color
Monochromatic Colors of #CF610B
Black with #CF610B
Text Example
Text Example
White with #CF610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF610B; }
p { color: rgb(207,97,11); }
H1.HeaderClassName
{
color: #CF610B;
}
.AnyTagClassName
{
color: #CF610B;
}
</style>
background-color css
<style>
a { background-color: #CF610B; }
a { background-color: rgb(207,97,11); }
div.DivClassName
{
background-color: #CF610B;
}
.BgClassName
{
background-color: #CF610B;
}
</style>
border-color css
<style>
span { border-color: #CF610B; }
span { border-color: rgb(207,97,11); }
td.TdClassName
{
border-color: #CF610B;
}
.TagClassName
{
border-color: #CF610B;
}
</style>