Shades of Twine #CF9B50
Tints of Twine #CF9B50
RGB
CMYK
RGB Variations
Color information
#CF9B50 (or 0xCF9B50) is known color: Twine. HEX triplet: CF, 9B and 50. RGB value is (207,155,80). Sum of RGB (Red+Green+Blue) = 207+155+80=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B50 is #3064AF. Grayscale: #A2A2A2. Windows color (decimal): -3171504 or 5282767. OLE color: 5282767.
HSL color Cylindrical-coordinate representation of color #CF9B50: hue angle of 35.43º 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 #CF9B50 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 80 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.19 |
| HSL | 35.43º | 0.57% | 0.56% | - |
| HSV(B) | 35.43º | 0.61% | 0.81% | - |
| XYZ | 38.9 | 37.29 | 12.74 | - |
| YUV | 162 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 80 | 0 | 0.25 | 0.61 | 0.19 | 35.43 | 0.57 | 0.56 |
| Hex | CF | 9B | 50 | 0 | 19 | 3D | 13 | 23 | 39 | 38 |
| Octal | 317 | 233 | 120 | 0 | 31 | 75 | 23 | 43 | 71 | 70 |
| Binary | 11001111 | 10011011 | 1010000 | 0 | 11001 | 111101 | 10011 | 100011 | 111001 | 111000 |
Color Harmonies of #CF9B50
Complementary color
Monochromatic Colors of #CF9B50
Black with #CF9B50
Text Example
Text Example
White with #CF9B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B50; }
p { color: rgb(207,155,80); }
H1.HeaderClassName
{
color: #CF9B50;
}
.AnyTagClassName
{
color: #CF9B50;
}
</style>
background-color css
<style>
a { background-color: #CF9B50; }
a { background-color: rgb(207,155,80); }
div.DivClassName
{
background-color: #CF9B50;
}
.BgClassName
{
background-color: #CF9B50;
}
</style>
border-color css
<style>
span { border-color: #CF9B50; }
span { border-color: rgb(207,155,80); }
td.TdClassName
{
border-color: #CF9B50;
}
.TagClassName
{
border-color: #CF9B50;
}
</style>