Shades of Cashmere #CFAB8F
Tints of Cashmere #CFAB8F
RGB
CMYK
RGB Variations
Color information
#CFAB8F (or 0xCFAB8F) is known color: Cashmere. HEX triplet: CF, AB and 8F. RGB value is (207,171,143). Sum of RGB (Red+Green+Blue) = 207+171+143=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB8F is #305470. Grayscale: #B2B2B2. Windows color (decimal): -3167345 or 9415631. OLE color: 9415631.
HSL color Cylindrical-coordinate representation of color #CFAB8F: hue angle of 26.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAB8F is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 143 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.19 |
| HSL | 26.25º | 0.4% | 0.69% | - |
| HSV(B) | 26.25º | 0.31% | 0.81% | - |
| XYZ | 45.25 | 44.37 | 32.17 | - |
| YUV | 178.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 143 | 0 | 0.17 | 0.31 | 0.19 | 26.25 | 0.4 | 0.69 |
| Hex | CF | AB | 8F | 0 | 11 | 1F | 13 | 1A | 28 | 45 |
| Octal | 317 | 253 | 217 | 0 | 21 | 37 | 23 | 32 | 50 | 105 |
| Binary | 11001111 | 10101011 | 10001111 | 0 | 10001 | 11111 | 10011 | 11010 | 101000 | 1000101 |
Color Harmonies of #CFAB8F
Complementary color
Monochromatic Colors of #CFAB8F
Black with #CFAB8F
Text Example
Text Example
White with #CFAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB8F; }
p { color: rgb(207,171,143); }
H1.HeaderClassName
{
color: #CFAB8F;
}
.AnyTagClassName
{
color: #CFAB8F;
}
</style>
background-color css
<style>
a { background-color: #CFAB8F; }
a { background-color: rgb(207,171,143); }
div.DivClassName
{
background-color: #CFAB8F;
}
.BgClassName
{
background-color: #CFAB8F;
}
</style>
border-color css
<style>
span { border-color: #CFAB8F; }
span { border-color: rgb(207,171,143); }
td.TdClassName
{
border-color: #CFAB8F;
}
.TagClassName
{
border-color: #CFAB8F;
}
</style>