Shades of Cashmere #CFB095
Tints of Cashmere #CFB095
RGB
CMYK
RGB Variations
Color information
#CFB095 (or 0xCFB095) is known color: Cashmere. HEX triplet: CF, B0 and 95. RGB value is (207,176,149). Sum of RGB (Red+Green+Blue) = 207+176+149=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB095 is #304F6A. Grayscale: #B6B6B6. Windows color (decimal): -3166059 or 9810127. OLE color: 9810127.
HSL color Cylindrical-coordinate representation of color #CFB095: hue angle of 27.93º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB095 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 149 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.19 |
| HSL | 27.93º | 0.38% | 0.7% | - |
| HSV(B) | 27.93º | 0.28% | 0.81% | - |
| XYZ | 46.68 | 46.49 | 34.95 | - |
| YUV | 182.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 149 | 0 | 0.15 | 0.28 | 0.19 | 27.93 | 0.38 | 0.7 |
| Hex | CF | B0 | 95 | 0 | F | 1C | 13 | 1C | 26 | 46 |
| Octal | 317 | 260 | 225 | 0 | 17 | 34 | 23 | 34 | 46 | 106 |
| Binary | 11001111 | 10110000 | 10010101 | 0 | 1111 | 11100 | 10011 | 11100 | 100110 | 1000110 |
Color Harmonies of #CFB095
Complementary color
Monochromatic Colors of #CFB095
Black with #CFB095
Text Example
Text Example
White with #CFB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB095; }
p { color: rgb(207,176,149); }
H1.HeaderClassName
{
color: #CFB095;
}
.AnyTagClassName
{
color: #CFB095;
}
</style>
background-color css
<style>
a { background-color: #CFB095; }
a { background-color: rgb(207,176,149); }
div.DivClassName
{
background-color: #CFB095;
}
.BgClassName
{
background-color: #CFB095;
}
</style>
border-color css
<style>
span { border-color: #CFB095; }
span { border-color: rgb(207,176,149); }
td.TdClassName
{
border-color: #CFB095;
}
.TagClassName
{
border-color: #CFB095;
}
</style>