Shades of Tenne (Tawny) #CF650B
Tints of Tenne (Tawny) #CF650B
RGB
CMYK
RGB Variations
Color information
#CF650B (or 0xCF650B) is known color: Tenne (Tawny). HEX triplet: CF, 65 and 0B. RGB value is (207,101,11). Sum of RGB (Red+Green+Blue) = 207+101+11=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF650B is #309AF4. Grayscale: #7A7A7A. Windows color (decimal): -3185397 or 746959. OLE color: 746959.
HSL color Cylindrical-coordinate representation of color #CF650B: hue angle of 27.55º 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 #CF650B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.19 |
| HSL | 27.55º | 0.9% | 0.43% | - |
| HSV(B) | 27.55º | 0.95% | 0.81% | - |
| XYZ | 30.45 | 22.6 | 3.07 | - |
| YUV | 122.43 | 65.12 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 11 | 0 | 0.51 | 0.95 | 0.19 | 27.55 | 0.9 | 0.43 |
| Hex | CF | 65 | B | 0 | 33 | 5F | 13 | 1C | 5A | 2B |
| Octal | 317 | 145 | 13 | 0 | 63 | 137 | 23 | 34 | 132 | 53 |
| Binary | 11001111 | 1100101 | 1011 | 0 | 110011 | 1011111 | 10011 | 11100 | 1011010 | 101011 |
Color Harmonies of #CF650B
Complementary color
Monochromatic Colors of #CF650B
Black with #CF650B
Text Example
Text Example
White with #CF650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF650B; }
p { color: rgb(207,101,11); }
H1.HeaderClassName
{
color: #CF650B;
}
.AnyTagClassName
{
color: #CF650B;
}
</style>
background-color css
<style>
a { background-color: #CF650B; }
a { background-color: rgb(207,101,11); }
div.DivClassName
{
background-color: #CF650B;
}
.BgClassName
{
background-color: #CF650B;
}
</style>
border-color css
<style>
span { border-color: #CF650B; }
span { border-color: rgb(207,101,11); }
td.TdClassName
{
border-color: #CF650B;
}
.TagClassName
{
border-color: #CF650B;
}
</style>