Shades of Twine #CF954E
Tints of Twine #CF954E
RGB
CMYK
RGB Variations
Color information
#CF954E (or 0xCF954E) is known color: Twine. HEX triplet: CF, 95 and 4E. RGB value is (207,149,78). Sum of RGB (Red+Green+Blue) = 207+149+78=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF954E is #306AB1. Grayscale: #9E9E9E. Windows color (decimal): -3173042 or 5150159. OLE color: 5150159.
HSL color Cylindrical-coordinate representation of color #CF954E: hue angle of 33.02º 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 #CF954E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 78 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.19 |
| HSL | 33.02º | 0.57% | 0.56% | - |
| HSV(B) | 33.02º | 0.62% | 0.81% | - |
| XYZ | 37.85 | 35.31 | 12.03 | - |
| YUV | 158.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 78 | 0 | 0.28 | 0.62 | 0.19 | 33.02 | 0.57 | 0.56 |
| Hex | CF | 95 | 4E | 0 | 1C | 3E | 13 | 21 | 39 | 38 |
| Octal | 317 | 225 | 116 | 0 | 34 | 76 | 23 | 41 | 71 | 70 |
| Binary | 11001111 | 10010101 | 1001110 | 0 | 11100 | 111110 | 10011 | 100001 | 111001 | 111000 |
Color Harmonies of #CF954E
Complementary color
Monochromatic Colors of #CF954E
Black with #CF954E
Text Example
Text Example
White with #CF954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF954E; }
p { color: rgb(207,149,78); }
H1.HeaderClassName
{
color: #CF954E;
}
.AnyTagClassName
{
color: #CF954E;
}
</style>
background-color css
<style>
a { background-color: #CF954E; }
a { background-color: rgb(207,149,78); }
div.DivClassName
{
background-color: #CF954E;
}
.BgClassName
{
background-color: #CF954E;
}
</style>
border-color css
<style>
span { border-color: #CF954E; }
span { border-color: rgb(207,149,78); }
td.TdClassName
{
border-color: #CF954E;
}
.TagClassName
{
border-color: #CF954E;
}
</style>