Shades of Cashmere #CFA994
Tints of Cashmere #CFA994
RGB
CMYK
RGB Variations
Color information
#CFA994 (or 0xCFA994) is known color: Cashmere. HEX triplet: CF, A9 and 94. RGB value is (207,169,148). Sum of RGB (Red+Green+Blue) = 207+169+148=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA994 is #30566B. Grayscale: #B2B2B2. Windows color (decimal): -3167852 or 9742799. OLE color: 9742799.
HSL color Cylindrical-coordinate representation of color #CFA994: hue angle of 21.36º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA994 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 148 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.19 |
| HSL | 21.36º | 0.38% | 0.7% | - |
| HSV(B) | 21.36º | 0.29% | 0.81% | - |
| XYZ | 45.27 | 43.78 | 34.08 | - |
| YUV | 177.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 148 | 0 | 0.18 | 0.29 | 0.19 | 21.36 | 0.38 | 0.7 |
| Hex | CF | A9 | 94 | 0 | 12 | 1D | 13 | 15 | 26 | 46 |
| Octal | 317 | 251 | 224 | 0 | 22 | 35 | 23 | 25 | 46 | 106 |
| Binary | 11001111 | 10101001 | 10010100 | 0 | 10010 | 11101 | 10011 | 10101 | 100110 | 1000110 |
Color Harmonies of #CFA994
Complementary color
Monochromatic Colors of #CFA994
Black with #CFA994
Text Example
Text Example
White with #CFA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA994; }
p { color: rgb(207,169,148); }
H1.HeaderClassName
{
color: #CFA994;
}
.AnyTagClassName
{
color: #CFA994;
}
</style>
background-color css
<style>
a { background-color: #CFA994; }
a { background-color: rgb(207,169,148); }
div.DivClassName
{
background-color: #CFA994;
}
.BgClassName
{
background-color: #CFA994;
}
</style>
border-color css
<style>
span { border-color: #CFA994; }
span { border-color: rgb(207,169,148); }
td.TdClassName
{
border-color: #CFA994;
}
.TagClassName
{
border-color: #CFA994;
}
</style>