Shades of Tenne (Tawny) #CF620B
Tints of Tenne (Tawny) #CF620B
RGB
CMYK
RGB Variations
Color information
#CF620B (or 0xCF620B) is known color: Tenne (Tawny). HEX triplet: CF, 62 and 0B. RGB value is (207,98,11). Sum of RGB (Red+Green+Blue) = 207+98+11=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF620B is #309DF4. Grayscale: #797979. Windows color (decimal): -3186165 or 746191. OLE color: 746191.
HSL color Cylindrical-coordinate representation of color #CF620B: hue angle of 26.63º 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 #CF620B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.19 |
| HSL | 26.63º | 0.9% | 0.43% | - |
| HSV(B) | 26.63º | 0.95% | 0.81% | - |
| XYZ | 30.16 | 22.02 | 2.98 | - |
| YUV | 120.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 11 | 0 | 0.53 | 0.95 | 0.19 | 26.63 | 0.9 | 0.43 |
| Hex | CF | 62 | B | 0 | 35 | 5F | 13 | 1B | 5A | 2B |
| Octal | 317 | 142 | 13 | 0 | 65 | 137 | 23 | 33 | 132 | 53 |
| Binary | 11001111 | 1100010 | 1011 | 0 | 110101 | 1011111 | 10011 | 11011 | 1011010 | 101011 |
Color Harmonies of #CF620B
Complementary color
Monochromatic Colors of #CF620B
Black with #CF620B
Text Example
Text Example
White with #CF620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF620B; }
p { color: rgb(207,98,11); }
H1.HeaderClassName
{
color: #CF620B;
}
.AnyTagClassName
{
color: #CF620B;
}
</style>
background-color css
<style>
a { background-color: #CF620B; }
a { background-color: rgb(207,98,11); }
div.DivClassName
{
background-color: #CF620B;
}
.BgClassName
{
background-color: #CF620B;
}
</style>
border-color css
<style>
span { border-color: #CF620B; }
span { border-color: rgb(207,98,11); }
td.TdClassName
{
border-color: #CF620B;
}
.TagClassName
{
border-color: #CF620B;
}
</style>