Shades of Tenne (Tawny) #CF640B
Tints of Tenne (Tawny) #CF640B
RGB
CMYK
RGB Variations
Color information
#CF640B (or 0xCF640B) is known color: Tenne (Tawny). HEX triplet: CF, 64 and 0B. RGB value is (207,100,11). Sum of RGB (Red+Green+Blue) = 207+100+11=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF640B is #309BF4. Grayscale: #7A7A7A. Windows color (decimal): -3185653 or 746703. OLE color: 746703.
HSL color Cylindrical-coordinate representation of color #CF640B: hue angle of 27.24º 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 #CF640B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.19 |
| HSL | 27.24º | 0.9% | 0.43% | - |
| HSV(B) | 27.24º | 0.95% | 0.81% | - |
| XYZ | 30.35 | 22.4 | 3.04 | - |
| YUV | 121.85 | 65.45 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 11 | 0 | 0.52 | 0.95 | 0.19 | 27.24 | 0.9 | 0.43 |
| Hex | CF | 64 | B | 0 | 34 | 5F | 13 | 1B | 5A | 2B |
| Octal | 317 | 144 | 13 | 0 | 64 | 137 | 23 | 33 | 132 | 53 |
| Binary | 11001111 | 1100100 | 1011 | 0 | 110100 | 1011111 | 10011 | 11011 | 1011010 | 101011 |
Color Harmonies of #CF640B
Complementary color
Monochromatic Colors of #CF640B
Black with #CF640B
Text Example
Text Example
White with #CF640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF640B; }
p { color: rgb(207,100,11); }
H1.HeaderClassName
{
color: #CF640B;
}
.AnyTagClassName
{
color: #CF640B;
}
</style>
background-color css
<style>
a { background-color: #CF640B; }
a { background-color: rgb(207,100,11); }
div.DivClassName
{
background-color: #CF640B;
}
.BgClassName
{
background-color: #CF640B;
}
</style>
border-color css
<style>
span { border-color: #CF640B; }
span { border-color: rgb(207,100,11); }
td.TdClassName
{
border-color: #CF640B;
}
.TagClassName
{
border-color: #CF640B;
}
</style>