Shades of Cashmere #CFAA93
Tints of Cashmere #CFAA93
RGB
CMYK
RGB Variations
Color information
#CFAA93 (or 0xCFAA93) is known color: Cashmere. HEX triplet: CF, AA and 93. RGB value is (207,170,147). Sum of RGB (Red+Green+Blue) = 207+170+147=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA93 is #30556C. Grayscale: #B2B2B2. Windows color (decimal): -3167597 or 9677519. OLE color: 9677519.
HSL color Cylindrical-coordinate representation of color #CFAA93: hue angle of 23º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAA93 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 147 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.19 |
| HSL | 23º | 0.38% | 0.69% | - |
| HSV(B) | 23º | 0.29% | 0.81% | - |
| XYZ | 45.37 | 44.12 | 33.73 | - |
| YUV | 178.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 147 | 0 | 0.18 | 0.29 | 0.19 | 23 | 0.38 | 0.69 |
| Hex | CF | AA | 93 | 0 | 12 | 1D | 13 | 17 | 26 | 45 |
| Octal | 317 | 252 | 223 | 0 | 22 | 35 | 23 | 27 | 46 | 105 |
| Binary | 11001111 | 10101010 | 10010011 | 0 | 10010 | 11101 | 10011 | 10111 | 100110 | 1000101 |
Color Harmonies of #CFAA93
Complementary color
Monochromatic Colors of #CFAA93
Black with #CFAA93
Text Example
Text Example
White with #CFAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA93; }
p { color: rgb(207,170,147); }
H1.HeaderClassName
{
color: #CFAA93;
}
.AnyTagClassName
{
color: #CFAA93;
}
</style>
background-color css
<style>
a { background-color: #CFAA93; }
a { background-color: rgb(207,170,147); }
div.DivClassName
{
background-color: #CFAA93;
}
.BgClassName
{
background-color: #CFAA93;
}
</style>
border-color css
<style>
span { border-color: #CFAA93; }
span { border-color: rgb(207,170,147); }
td.TdClassName
{
border-color: #CFAA93;
}
.TagClassName
{
border-color: #CFAA93;
}
</style>