Shades of Quicksand #CF9985
Tints of Quicksand #CF9985
RGB
CMYK
RGB Variations
Color information
#CF9985 (or 0xCF9985) is known color: Quicksand. HEX triplet: CF, 99 and 85. RGB value is (207,153,133). Sum of RGB (Red+Green+Blue) = 207+153+133=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9985 is #30667A. Grayscale: #A7A7A7. Windows color (decimal): -3171963 or 8755663. OLE color: 8755663.
HSL color Cylindrical-coordinate representation of color #CF9985: hue angle of 16.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF9985 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 133 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.19 |
| HSL | 16.22º | 0.44% | 0.67% | - |
| HSV(B) | 16.22º | 0.36% | 0.81% | - |
| XYZ | 41.36 | 37.74 | 27.3 | - |
| YUV | 166.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 133 | 0 | 0.26 | 0.36 | 0.19 | 16.22 | 0.44 | 0.67 |
| Hex | CF | 99 | 85 | 0 | 1A | 24 | 13 | 10 | 2C | 43 |
| Octal | 317 | 231 | 205 | 0 | 32 | 44 | 23 | 20 | 54 | 103 |
| Binary | 11001111 | 10011001 | 10000101 | 0 | 11010 | 100100 | 10011 | 10000 | 101100 | 1000011 |
Color Harmonies of #CF9985
Complementary color
Monochromatic Colors of #CF9985
Black with #CF9985
Text Example
Text Example
White with #CF9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9985; }
p { color: rgb(207,153,133); }
H1.HeaderClassName
{
color: #CF9985;
}
.AnyTagClassName
{
color: #CF9985;
}
</style>
background-color css
<style>
a { background-color: #CF9985; }
a { background-color: rgb(207,153,133); }
div.DivClassName
{
background-color: #CF9985;
}
.BgClassName
{
background-color: #CF9985;
}
</style>
border-color css
<style>
span { border-color: #CF9985; }
span { border-color: rgb(207,153,133); }
td.TdClassName
{
border-color: #CF9985;
}
.TagClassName
{
border-color: #CF9985;
}
</style>