Shades of Cashmere #CFAC90
Tints of Cashmere #CFAC90
RGB
CMYK
RGB Variations
Color information
#CFAC90 (or 0xCFAC90) is known color: Cashmere. HEX triplet: CF, AC and 90. RGB value is (207,172,144). Sum of RGB (Red+Green+Blue) = 207+172+144=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC90 is #30536F. Grayscale: #B3B3B3. Windows color (decimal): -3167088 or 9481423. OLE color: 9481423.
HSL color Cylindrical-coordinate representation of color #CFAC90: hue angle of 26.67º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAC90 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 144 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.19 |
| HSL | 26.67º | 0.4% | 0.69% | - |
| HSV(B) | 26.67º | 0.3% | 0.81% | - |
| XYZ | 45.52 | 44.78 | 32.63 | - |
| YUV | 179.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 144 | 0 | 0.17 | 0.30 | 0.19 | 26.67 | 0.4 | 0.69 |
| Hex | CF | AC | 90 | 0 | 11 | 1E | 13 | 1B | 28 | 45 |
| Octal | 317 | 254 | 220 | 0 | 21 | 36 | 23 | 33 | 50 | 105 |
| Binary | 11001111 | 10101100 | 10010000 | 0 | 10001 | 11110 | 10011 | 11011 | 101000 | 1000101 |
Color Harmonies of #CFAC90
Complementary color
Monochromatic Colors of #CFAC90
Black with #CFAC90
Text Example
Text Example
White with #CFAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC90; }
p { color: rgb(207,172,144); }
H1.HeaderClassName
{
color: #CFAC90;
}
.AnyTagClassName
{
color: #CFAC90;
}
</style>
background-color css
<style>
a { background-color: #CFAC90; }
a { background-color: rgb(207,172,144); }
div.DivClassName
{
background-color: #CFAC90;
}
.BgClassName
{
background-color: #CFAC90;
}
</style>
border-color css
<style>
span { border-color: #CFAC90; }
span { border-color: rgb(207,172,144); }
td.TdClassName
{
border-color: #CFAC90;
}
.TagClassName
{
border-color: #CFAC90;
}
</style>