Shades of Cashmere #CFAA90
Tints of Cashmere #CFAA90
RGB
CMYK
RGB Variations
Color information
#CFAA90 (or 0xCFAA90) is known color: Cashmere. HEX triplet: CF, AA and 90. RGB value is (207,170,144). Sum of RGB (Red+Green+Blue) = 207+170+144=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA90 is #30556F. Grayscale: #B2B2B2. Windows color (decimal): -3167600 or 9480911. OLE color: 9480911.
HSL color Cylindrical-coordinate representation of color #CFAA90: hue angle of 24.76º 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 #CFAA90 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 144 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.19 |
| HSL | 24.76º | 0.4% | 0.69% | - |
| HSV(B) | 24.76º | 0.3% | 0.81% | - |
| XYZ | 45.14 | 44.03 | 32.5 | - |
| YUV | 178.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 144 | 0 | 0.18 | 0.30 | 0.19 | 24.76 | 0.4 | 0.69 |
| Hex | CF | AA | 90 | 0 | 12 | 1E | 13 | 19 | 28 | 45 |
| Octal | 317 | 252 | 220 | 0 | 22 | 36 | 23 | 31 | 50 | 105 |
| Binary | 11001111 | 10101010 | 10010000 | 0 | 10010 | 11110 | 10011 | 11001 | 101000 | 1000101 |
Color Harmonies of #CFAA90
Complementary color
Monochromatic Colors of #CFAA90
Black with #CFAA90
Text Example
Text Example
White with #CFAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA90; }
p { color: rgb(207,170,144); }
H1.HeaderClassName
{
color: #CFAA90;
}
.AnyTagClassName
{
color: #CFAA90;
}
</style>
background-color css
<style>
a { background-color: #CFAA90; }
a { background-color: rgb(207,170,144); }
div.DivClassName
{
background-color: #CFAA90;
}
.BgClassName
{
background-color: #CFAA90;
}
</style>
border-color css
<style>
span { border-color: #CFAA90; }
span { border-color: rgb(207,170,144); }
td.TdClassName
{
border-color: #CFAA90;
}
.TagClassName
{
border-color: #CFAA90;
}
</style>