Shades of Cashmere #CFB39E
Tints of Cashmere #CFB39E
RGB
CMYK
RGB Variations
Color information
#CFB39E (or 0xCFB39E) is known color: Cashmere. HEX triplet: CF, B3 and 9E. RGB value is (207,179,158). Sum of RGB (Red+Green+Blue) = 207+179+158=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB39E is #304C61. Grayscale: #B9B9B9. Windows color (decimal): -3165282 or 10400719. OLE color: 10400719.
HSL color Cylindrical-coordinate representation of color #CFB39E: hue angle of 25.71º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB39E is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 158 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.19 |
| HSL | 25.71º | 0.34% | 0.72% | - |
| HSV(B) | 25.71º | 0.24% | 0.81% | - |
| XYZ | 48.02 | 47.97 | 39.08 | - |
| YUV | 184.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 158 | 0 | 0.14 | 0.24 | 0.19 | 25.71 | 0.34 | 0.72 |
| Hex | CF | B3 | 9E | 0 | E | 18 | 13 | 1A | 22 | 48 |
| Octal | 317 | 263 | 236 | 0 | 16 | 30 | 23 | 32 | 42 | 110 |
| Binary | 11001111 | 10110011 | 10011110 | 0 | 1110 | 11000 | 10011 | 11010 | 100010 | 1001000 |
Color Harmonies of #CFB39E
Complementary color
Monochromatic Colors of #CFB39E
Black with #CFB39E
Text Example
Text Example
White with #CFB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB39E; }
p { color: rgb(207,179,158); }
H1.HeaderClassName
{
color: #CFB39E;
}
.AnyTagClassName
{
color: #CFB39E;
}
</style>
background-color css
<style>
a { background-color: #CFB39E; }
a { background-color: rgb(207,179,158); }
div.DivClassName
{
background-color: #CFB39E;
}
.BgClassName
{
background-color: #CFB39E;
}
</style>
border-color css
<style>
span { border-color: #CFB39E; }
span { border-color: rgb(207,179,158); }
td.TdClassName
{
border-color: #CFB39E;
}
.TagClassName
{
border-color: #CFB39E;
}
</style>