Shades of Twine #CF984E
Tints of Twine #CF984E
RGB
CMYK
RGB Variations
Color information
#CF984E (or 0xCF984E) is known color: Twine. HEX triplet: CF, 98 and 4E. RGB value is (207,152,78). Sum of RGB (Red+Green+Blue) = 207+152+78=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF984E is #3067B1. Grayscale: #A0A0A0. Windows color (decimal): -3172274 or 5150927. OLE color: 5150927.
HSL color Cylindrical-coordinate representation of color #CF984E: hue angle of 34.42º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF984E is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 78 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.19 |
| HSL | 34.42º | 0.57% | 0.56% | - |
| HSV(B) | 34.42º | 0.62% | 0.81% | - |
| XYZ | 38.34 | 36.27 | 12.19 | - |
| YUV | 160.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 78 | 0 | 0.27 | 0.62 | 0.19 | 34.42 | 0.57 | 0.56 |
| Hex | CF | 98 | 4E | 0 | 1B | 3E | 13 | 22 | 39 | 38 |
| Octal | 317 | 230 | 116 | 0 | 33 | 76 | 23 | 42 | 71 | 70 |
| Binary | 11001111 | 10011000 | 1001110 | 0 | 11011 | 111110 | 10011 | 100010 | 111001 | 111000 |
Color Harmonies of #CF984E
Complementary color
Monochromatic Colors of #CF984E
Black with #CF984E
Text Example
Text Example
White with #CF984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF984E; }
p { color: rgb(207,152,78); }
H1.HeaderClassName
{
color: #CF984E;
}
.AnyTagClassName
{
color: #CF984E;
}
</style>
background-color css
<style>
a { background-color: #CF984E; }
a { background-color: rgb(207,152,78); }
div.DivClassName
{
background-color: #CF984E;
}
.BgClassName
{
background-color: #CF984E;
}
</style>
border-color css
<style>
span { border-color: #CF984E; }
span { border-color: rgb(207,152,78); }
td.TdClassName
{
border-color: #CF984E;
}
.TagClassName
{
border-color: #CF984E;
}
</style>