Shades of Cashmere #CFAB98
Tints of Cashmere #CFAB98
RGB
CMYK
RGB Variations
Color information
#CFAB98 (or 0xCFAB98) is known color: Cashmere. HEX triplet: CF, AB and 98. RGB value is (207,171,152). Sum of RGB (Red+Green+Blue) = 207+171+152=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB98 is #305467. Grayscale: #B3B3B3. Windows color (decimal): -3167336 or 10005455. OLE color: 10005455.
HSL color Cylindrical-coordinate representation of color #CFAB98: hue angle of 20.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAB98 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 152 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.19 |
| HSL | 20.73º | 0.36% | 0.7% | - |
| HSV(B) | 20.73º | 0.27% | 0.81% | - |
| XYZ | 45.96 | 44.66 | 35.9 | - |
| YUV | 179.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 152 | 0 | 0.17 | 0.27 | 0.19 | 20.73 | 0.36 | 0.7 |
| Hex | CF | AB | 98 | 0 | 11 | 1B | 13 | 15 | 24 | 46 |
| Octal | 317 | 253 | 230 | 0 | 21 | 33 | 23 | 25 | 44 | 106 |
| Binary | 11001111 | 10101011 | 10011000 | 0 | 10001 | 11011 | 10011 | 10101 | 100100 | 1000110 |
Color Harmonies of #CFAB98
Complementary color
Monochromatic Colors of #CFAB98
Black with #CFAB98
Text Example
Text Example
White with #CFAB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB98; }
p { color: rgb(207,171,152); }
H1.HeaderClassName
{
color: #CFAB98;
}
.AnyTagClassName
{
color: #CFAB98;
}
</style>
background-color css
<style>
a { background-color: #CFAB98; }
a { background-color: rgb(207,171,152); }
div.DivClassName
{
background-color: #CFAB98;
}
.BgClassName
{
background-color: #CFAB98;
}
</style>
border-color css
<style>
span { border-color: #CFAB98; }
span { border-color: rgb(207,171,152); }
td.TdClassName
{
border-color: #CFAB98;
}
.TagClassName
{
border-color: #CFAB98;
}
</style>