Shades of Twine #CF994F
Tints of Twine #CF994F
RGB
CMYK
RGB Variations
Color information
#CF994F (or 0xCF994F) is known color: Twine. HEX triplet: CF, 99 and 4F. RGB value is (207,153,79). Sum of RGB (Red+Green+Blue) = 207+153+79=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF994F is #3066B0. Grayscale: #A1A1A1. Windows color (decimal): -3172017 or 5216719. OLE color: 5216719.
HSL color Cylindrical-coordinate representation of color #CF994F: hue angle of 34.69º 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 #CF994F is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 79 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.19 |
| HSL | 34.69º | 0.57% | 0.56% | - |
| HSV(B) | 34.69º | 0.62% | 0.81% | - |
| XYZ | 38.53 | 36.61 | 12.43 | - |
| YUV | 160.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 79 | 0 | 0.26 | 0.62 | 0.19 | 34.69 | 0.57 | 0.56 |
| Hex | CF | 99 | 4F | 0 | 1A | 3E | 13 | 23 | 39 | 38 |
| Octal | 317 | 231 | 117 | 0 | 32 | 76 | 23 | 43 | 71 | 70 |
| Binary | 11001111 | 10011001 | 1001111 | 0 | 11010 | 111110 | 10011 | 100011 | 111001 | 111000 |
Color Harmonies of #CF994F
Complementary color
Monochromatic Colors of #CF994F
Black with #CF994F
Text Example
Text Example
White with #CF994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF994F; }
p { color: rgb(207,153,79); }
H1.HeaderClassName
{
color: #CF994F;
}
.AnyTagClassName
{
color: #CF994F;
}
</style>
background-color css
<style>
a { background-color: #CF994F; }
a { background-color: rgb(207,153,79); }
div.DivClassName
{
background-color: #CF994F;
}
.BgClassName
{
background-color: #CF994F;
}
</style>
border-color css
<style>
span { border-color: #CF994F; }
span { border-color: rgb(207,153,79); }
td.TdClassName
{
border-color: #CF994F;
}
.TagClassName
{
border-color: #CF994F;
}
</style>