Shades of Cashmere #CFAF9F
Tints of Cashmere #CFAF9F
RGB
CMYK
RGB Variations
Color information
#CFAF9F (or 0xCFAF9F) is known color: Cashmere. HEX triplet: CF, AF and 9F. RGB value is (207,175,159). Sum of RGB (Red+Green+Blue) = 207+175+159=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9F is #305060. Grayscale: #B6B6B6. Windows color (decimal): -3166305 or 10465231. OLE color: 10465231.
HSL color Cylindrical-coordinate representation of color #CFAF9F: hue angle of 20º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAF9F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 159 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.19 |
| HSL | 20º | 0.33% | 0.72% | - |
| HSV(B) | 20º | 0.23% | 0.81% | - |
| XYZ | 47.32 | 46.43 | 39.27 | - |
| YUV | 182.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 159 | 0 | 0.15 | 0.23 | 0.19 | 20 | 0.33 | 0.72 |
| Hex | CF | AF | 9F | 0 | F | 17 | 13 | 14 | 21 | 48 |
| Octal | 317 | 257 | 237 | 0 | 17 | 27 | 23 | 24 | 41 | 110 |
| Binary | 11001111 | 10101111 | 10011111 | 0 | 1111 | 10111 | 10011 | 10100 | 100001 | 1001000 |
Color Harmonies of #CFAF9F
Complementary color
Monochromatic Colors of #CFAF9F
Black with #CFAF9F
Text Example
Text Example
White with #CFAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF9F; }
p { color: rgb(207,175,159); }
H1.HeaderClassName
{
color: #CFAF9F;
}
.AnyTagClassName
{
color: #CFAF9F;
}
</style>
background-color css
<style>
a { background-color: #CFAF9F; }
a { background-color: rgb(207,175,159); }
div.DivClassName
{
background-color: #CFAF9F;
}
.BgClassName
{
background-color: #CFAF9F;
}
</style>
border-color css
<style>
span { border-color: #CFAF9F; }
span { border-color: rgb(207,175,159); }
td.TdClassName
{
border-color: #CFAF9F;
}
.TagClassName
{
border-color: #CFAF9F;
}
</style>