Shades of Twine #CF9850
Tints of Twine #CF9850
RGB
CMYK
RGB Variations
Color information
#CF9850 (or 0xCF9850) is known color: Twine. HEX triplet: CF, 98 and 50. RGB value is (207,152,80). Sum of RGB (Red+Green+Blue) = 207+152+80=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9850 is #3067AF. Grayscale: #A0A0A0. Windows color (decimal): -3172272 or 5281999. OLE color: 5281999.
HSL color Cylindrical-coordinate representation of color #CF9850: hue angle of 34.02º 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 #CF9850 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 80 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.19 |
| HSL | 34.02º | 0.57% | 0.56% | - |
| HSV(B) | 34.02º | 0.61% | 0.81% | - |
| XYZ | 38.41 | 36.3 | 12.57 | - |
| YUV | 160.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 80 | 0 | 0.27 | 0.61 | 0.19 | 34.02 | 0.57 | 0.56 |
| Hex | CF | 98 | 50 | 0 | 1B | 3D | 13 | 22 | 39 | 38 |
| Octal | 317 | 230 | 120 | 0 | 33 | 75 | 23 | 42 | 71 | 70 |
| Binary | 11001111 | 10011000 | 1010000 | 0 | 11011 | 111101 | 10011 | 100010 | 111001 | 111000 |
Color Harmonies of #CF9850
Complementary color
Monochromatic Colors of #CF9850
Black with #CF9850
Text Example
Text Example
White with #CF9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9850; }
p { color: rgb(207,152,80); }
H1.HeaderClassName
{
color: #CF9850;
}
.AnyTagClassName
{
color: #CF9850;
}
</style>
background-color css
<style>
a { background-color: #CF9850; }
a { background-color: rgb(207,152,80); }
div.DivClassName
{
background-color: #CF9850;
}
.BgClassName
{
background-color: #CF9850;
}
</style>
border-color css
<style>
span { border-color: #CF9850; }
span { border-color: rgb(207,152,80); }
td.TdClassName
{
border-color: #CF9850;
}
.TagClassName
{
border-color: #CF9850;
}
</style>