Shades of Cashmere #CFAF9D
Tints of Cashmere #CFAF9D
RGB
CMYK
RGB Variations
Color information
#CFAF9D (or 0xCFAF9D) is known color: Cashmere. HEX triplet: CF, AF and 9D. RGB value is (207,175,157). Sum of RGB (Red+Green+Blue) = 207+175+157=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9D is #305062. Grayscale: #B6B6B6. Windows color (decimal): -3166307 or 10334159. OLE color: 10334159.
HSL color Cylindrical-coordinate representation of color #CFAF9D: hue angle of 21.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFAF9D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 157 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.19 |
| HSL | 21.6º | 0.34% | 0.71% | - |
| HSV(B) | 21.6º | 0.24% | 0.81% | - |
| XYZ | 47.15 | 46.36 | 38.36 | - |
| YUV | 182.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 157 | 0 | 0.15 | 0.24 | 0.19 | 21.6 | 0.34 | 0.71 |
| Hex | CF | AF | 9D | 0 | F | 18 | 13 | 16 | 22 | 47 |
| Octal | 317 | 257 | 235 | 0 | 17 | 30 | 23 | 26 | 42 | 107 |
| Binary | 11001111 | 10101111 | 10011101 | 0 | 1111 | 11000 | 10011 | 10110 | 100010 | 1000111 |
Color Harmonies of #CFAF9D
Complementary color
Monochromatic Colors of #CFAF9D
Black with #CFAF9D
Text Example
Text Example
White with #CFAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF9D; }
p { color: rgb(207,175,157); }
H1.HeaderClassName
{
color: #CFAF9D;
}
.AnyTagClassName
{
color: #CFAF9D;
}
</style>
background-color css
<style>
a { background-color: #CFAF9D; }
a { background-color: rgb(207,175,157); }
div.DivClassName
{
background-color: #CFAF9D;
}
.BgClassName
{
background-color: #CFAF9D;
}
</style>
border-color css
<style>
span { border-color: #CFAF9D; }
span { border-color: rgb(207,175,157); }
td.TdClassName
{
border-color: #CFAF9D;
}
.TagClassName
{
border-color: #CFAF9D;
}
</style>