Shades of Twine #CF9550
Tints of Twine #CF9550
RGB
CMYK
RGB Variations
Color information
#CF9550 (or 0xCF9550) is known color: Twine. HEX triplet: CF, 95 and 50. RGB value is (207,149,80). Sum of RGB (Red+Green+Blue) = 207+149+80=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9550 is #306AAF. Grayscale: #9E9E9E. Windows color (decimal): -3173040 or 5281231. OLE color: 5281231.
HSL color Cylindrical-coordinate representation of color #CF9550: hue angle of 32.6º 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 #CF9550 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 80 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.19 |
| HSL | 32.6º | 0.57% | 0.56% | - |
| HSV(B) | 32.6º | 0.61% | 0.81% | - |
| XYZ | 37.93 | 35.34 | 12.41 | - |
| YUV | 158.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 80 | 0 | 0.28 | 0.61 | 0.19 | 32.6 | 0.57 | 0.56 |
| Hex | CF | 95 | 50 | 0 | 1C | 3D | 13 | 21 | 39 | 38 |
| Octal | 317 | 225 | 120 | 0 | 34 | 75 | 23 | 41 | 71 | 70 |
| Binary | 11001111 | 10010101 | 1010000 | 0 | 11100 | 111101 | 10011 | 100001 | 111001 | 111000 |
Color Harmonies of #CF9550
Complementary color
Monochromatic Colors of #CF9550
Black with #CF9550
Text Example
Text Example
White with #CF9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9550; }
p { color: rgb(207,149,80); }
H1.HeaderClassName
{
color: #CF9550;
}
.AnyTagClassName
{
color: #CF9550;
}
</style>
background-color css
<style>
a { background-color: #CF9550; }
a { background-color: rgb(207,149,80); }
div.DivClassName
{
background-color: #CF9550;
}
.BgClassName
{
background-color: #CF9550;
}
</style>
border-color css
<style>
span { border-color: #CF9550; }
span { border-color: rgb(207,149,80); }
td.TdClassName
{
border-color: #CF9550;
}
.TagClassName
{
border-color: #CF9550;
}
</style>