Shades of Cashmere #CFAD99
Tints of Cashmere #CFAD99
RGB
CMYK
RGB Variations
Color information
#CFAD99 (or 0xCFAD99) is known color: Cashmere. HEX triplet: CF, AD and 99. RGB value is (207,173,153). Sum of RGB (Red+Green+Blue) = 207+173+153=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD99 is #305266. Grayscale: #B5B5B5. Windows color (decimal): -3166823 or 10071503. OLE color: 10071503.
HSL color Cylindrical-coordinate representation of color #CFAD99: hue angle of 22.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAD99 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 153 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.19 |
| HSL | 22.22º | 0.36% | 0.71% | - |
| HSV(B) | 22.22º | 0.26% | 0.81% | - |
| XYZ | 46.43 | 45.45 | 36.46 | - |
| YUV | 180.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 153 | 0 | 0.16 | 0.26 | 0.19 | 22.22 | 0.36 | 0.71 |
| Hex | CF | AD | 99 | 0 | 10 | 1A | 13 | 16 | 24 | 47 |
| Octal | 317 | 255 | 231 | 0 | 20 | 32 | 23 | 26 | 44 | 107 |
| Binary | 11001111 | 10101101 | 10011001 | 0 | 10000 | 11010 | 10011 | 10110 | 100100 | 1000111 |
Color Harmonies of #CFAD99
Complementary color
Monochromatic Colors of #CFAD99
Black with #CFAD99
Text Example
Text Example
White with #CFAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD99; }
p { color: rgb(207,173,153); }
H1.HeaderClassName
{
color: #CFAD99;
}
.AnyTagClassName
{
color: #CFAD99;
}
</style>
background-color css
<style>
a { background-color: #CFAD99; }
a { background-color: rgb(207,173,153); }
div.DivClassName
{
background-color: #CFAD99;
}
.BgClassName
{
background-color: #CFAD99;
}
</style>
border-color css
<style>
span { border-color: #CFAD99; }
span { border-color: rgb(207,173,153); }
td.TdClassName
{
border-color: #CFAD99;
}
.TagClassName
{
border-color: #CFAD99;
}
</style>