Shades of Cashmere #CFAF98
Tints of Cashmere #CFAF98
RGB
CMYK
RGB Variations
Color information
#CFAF98 (or 0xCFAF98) is known color: Cashmere. HEX triplet: CF, AF and 98. RGB value is (207,175,152). Sum of RGB (Red+Green+Blue) = 207+175+152=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF98 is #305067. Grayscale: #B6B6B6. Windows color (decimal): -3166312 or 10006479. OLE color: 10006479.
HSL color Cylindrical-coordinate representation of color #CFAF98: hue angle of 25.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAF98 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 152 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.19 |
| HSL | 25.09º | 0.36% | 0.7% | - |
| HSV(B) | 25.09º | 0.27% | 0.81% | - |
| XYZ | 46.73 | 46.19 | 36.16 | - |
| YUV | 181.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 152 | 0 | 0.15 | 0.27 | 0.19 | 25.09 | 0.36 | 0.7 |
| Hex | CF | AF | 98 | 0 | F | 1B | 13 | 19 | 24 | 46 |
| Octal | 317 | 257 | 230 | 0 | 17 | 33 | 23 | 31 | 44 | 106 |
| Binary | 11001111 | 10101111 | 10011000 | 0 | 1111 | 11011 | 10011 | 11001 | 100100 | 1000110 |
Color Harmonies of #CFAF98
Complementary color
Monochromatic Colors of #CFAF98
Black with #CFAF98
Text Example
Text Example
White with #CFAF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF98; }
p { color: rgb(207,175,152); }
H1.HeaderClassName
{
color: #CFAF98;
}
.AnyTagClassName
{
color: #CFAF98;
}
</style>
background-color css
<style>
a { background-color: #CFAF98; }
a { background-color: rgb(207,175,152); }
div.DivClassName
{
background-color: #CFAF98;
}
.BgClassName
{
background-color: #CFAF98;
}
</style>
border-color css
<style>
span { border-color: #CFAF98; }
span { border-color: rgb(207,175,152); }
td.TdClassName
{
border-color: #CFAF98;
}
.TagClassName
{
border-color: #CFAF98;
}
</style>