Shades of Cashmere #CFAF9B
Tints of Cashmere #CFAF9B
RGB
CMYK
RGB Variations
Color information
#CFAF9B (or 0xCFAF9B) is known color: Cashmere. HEX triplet: CF, AF and 9B. RGB value is (207,175,155). Sum of RGB (Red+Green+Blue) = 207+175+155=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9B is #305064. Grayscale: #B6B6B6. Windows color (decimal): -3166309 or 10203087. OLE color: 10203087.
HSL color Cylindrical-coordinate representation of color #CFAF9B: hue angle of 23.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFAF9B is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 155 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.19 |
| HSL | 23.08º | 0.35% | 0.71% | - |
| HSV(B) | 23.08º | 0.25% | 0.81% | - |
| XYZ | 46.98 | 46.29 | 37.47 | - |
| YUV | 182.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 155 | 0 | 0.15 | 0.25 | 0.19 | 23.08 | 0.35 | 0.71 |
| Hex | CF | AF | 9B | 0 | F | 19 | 13 | 17 | 23 | 47 |
| Octal | 317 | 257 | 233 | 0 | 17 | 31 | 23 | 27 | 43 | 107 |
| Binary | 11001111 | 10101111 | 10011011 | 0 | 1111 | 11001 | 10011 | 10111 | 100011 | 1000111 |
Color Harmonies of #CFAF9B
Complementary color
Monochromatic Colors of #CFAF9B
Black with #CFAF9B
Text Example
Text Example
White with #CFAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF9B; }
p { color: rgb(207,175,155); }
H1.HeaderClassName
{
color: #CFAF9B;
}
.AnyTagClassName
{
color: #CFAF9B;
}
</style>
background-color css
<style>
a { background-color: #CFAF9B; }
a { background-color: rgb(207,175,155); }
div.DivClassName
{
background-color: #CFAF9B;
}
.BgClassName
{
background-color: #CFAF9B;
}
</style>
border-color css
<style>
span { border-color: #CFAF9B; }
span { border-color: rgb(207,175,155); }
td.TdClassName
{
border-color: #CFAF9B;
}
.TagClassName
{
border-color: #CFAF9B;
}
</style>