Shades of Cashmere #CFAF9C
Tints of Cashmere #CFAF9C
RGB
CMYK
RGB Variations
Color information
#CFAF9C (or 0xCFAF9C) is known color: Cashmere. HEX triplet: CF, AF and 9C. RGB value is (207,175,156). Sum of RGB (Red+Green+Blue) = 207+175+156=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9C is #305063. Grayscale: #B6B6B6. Windows color (decimal): -3166308 or 10268623. OLE color: 10268623.
HSL color Cylindrical-coordinate representation of color #CFAF9C: hue angle of 22.35º 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 #CFAF9C is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 156 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.19 |
| HSL | 22.35º | 0.35% | 0.71% | - |
| HSV(B) | 22.35º | 0.25% | 0.81% | - |
| XYZ | 47.06 | 46.33 | 37.91 | - |
| YUV | 182.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 156 | 0 | 0.15 | 0.25 | 0.19 | 22.35 | 0.35 | 0.71 |
| Hex | CF | AF | 9C | 0 | F | 19 | 13 | 16 | 23 | 47 |
| Octal | 317 | 257 | 234 | 0 | 17 | 31 | 23 | 26 | 43 | 107 |
| Binary | 11001111 | 10101111 | 10011100 | 0 | 1111 | 11001 | 10011 | 10110 | 100011 | 1000111 |
Color Harmonies of #CFAF9C
Complementary color
Monochromatic Colors of #CFAF9C
Black with #CFAF9C
Text Example
Text Example
White with #CFAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF9C; }
p { color: rgb(207,175,156); }
H1.HeaderClassName
{
color: #CFAF9C;
}
.AnyTagClassName
{
color: #CFAF9C;
}
</style>
background-color css
<style>
a { background-color: #CFAF9C; }
a { background-color: rgb(207,175,156); }
div.DivClassName
{
background-color: #CFAF9C;
}
.BgClassName
{
background-color: #CFAF9C;
}
</style>
border-color css
<style>
span { border-color: #CFAF9C; }
span { border-color: rgb(207,175,156); }
td.TdClassName
{
border-color: #CFAF9C;
}
.TagClassName
{
border-color: #CFAF9C;
}
</style>