Shades of Twine #CF9851
Tints of Twine #CF9851
RGB
CMYK
RGB Variations
Color information
#CF9851 (or 0xCF9851) is known color: Twine. HEX triplet: CF, 98 and 51. RGB value is (207,152,81). Sum of RGB (Red+Green+Blue) = 207+152+81=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9851 is #3067AE. Grayscale: #A0A0A0. Windows color (decimal): -3172271 or 5347535. OLE color: 5347535.
HSL color Cylindrical-coordinate representation of color #CF9851: hue angle of 33.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF9851 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 81 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.19 |
| HSL | 33.81º | 0.57% | 0.56% | - |
| HSV(B) | 33.81º | 0.61% | 0.81% | - |
| XYZ | 38.45 | 36.32 | 12.77 | - |
| YUV | 160.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 81 | 0 | 0.27 | 0.61 | 0.19 | 33.81 | 0.57 | 0.56 |
| Hex | CF | 98 | 51 | 0 | 1B | 3D | 13 | 22 | 39 | 38 |
| Octal | 317 | 230 | 121 | 0 | 33 | 75 | 23 | 42 | 71 | 70 |
| Binary | 11001111 | 10011000 | 1010001 | 0 | 11011 | 111101 | 10011 | 100010 | 111001 | 111000 |
Color Harmonies of #CF9851
Complementary color
Monochromatic Colors of #CF9851
Black with #CF9851
Text Example
Text Example
White with #CF9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9851; }
p { color: rgb(207,152,81); }
H1.HeaderClassName
{
color: #CF9851;
}
.AnyTagClassName
{
color: #CF9851;
}
</style>
background-color css
<style>
a { background-color: #CF9851; }
a { background-color: rgb(207,152,81); }
div.DivClassName
{
background-color: #CF9851;
}
.BgClassName
{
background-color: #CF9851;
}
</style>
border-color css
<style>
span { border-color: #CF9851; }
span { border-color: rgb(207,152,81); }
td.TdClassName
{
border-color: #CF9851;
}
.TagClassName
{
border-color: #CF9851;
}
</style>