Shades of Quicksand #CF9785
Tints of Quicksand #CF9785
RGB
CMYK
RGB Variations
Color information
#CF9785 (or 0xCF9785) is known color: Quicksand. HEX triplet: CF, 97 and 85. RGB value is (207,151,133). Sum of RGB (Red+Green+Blue) = 207+151+133=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9785 is #30687A. Grayscale: #A5A5A5. Windows color (decimal): -3172475 or 8755151. OLE color: 8755151.
HSL color Cylindrical-coordinate representation of color #CF9785: hue angle of 14.59º 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 #CF9785 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 133 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.19 |
| HSL | 14.59º | 0.44% | 0.67% | - |
| HSV(B) | 14.59º | 0.36% | 0.81% | - |
| XYZ | 41.03 | 37.09 | 27.19 | - |
| YUV | 165.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 133 | 0 | 0.27 | 0.36 | 0.19 | 14.59 | 0.44 | 0.67 |
| Hex | CF | 97 | 85 | 0 | 1B | 24 | 13 | F | 2C | 43 |
| Octal | 317 | 227 | 205 | 0 | 33 | 44 | 23 | 17 | 54 | 103 |
| Binary | 11001111 | 10010111 | 10000101 | 0 | 11011 | 100100 | 10011 | 1111 | 101100 | 1000011 |
Color Harmonies of #CF9785
Complementary color
Monochromatic Colors of #CF9785
Black with #CF9785
Text Example
Text Example
White with #CF9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9785; }
p { color: rgb(207,151,133); }
H1.HeaderClassName
{
color: #CF9785;
}
.AnyTagClassName
{
color: #CF9785;
}
</style>
background-color css
<style>
a { background-color: #CF9785; }
a { background-color: rgb(207,151,133); }
div.DivClassName
{
background-color: #CF9785;
}
.BgClassName
{
background-color: #CF9785;
}
</style>
border-color css
<style>
span { border-color: #CF9785; }
span { border-color: rgb(207,151,133); }
td.TdClassName
{
border-color: #CF9785;
}
.TagClassName
{
border-color: #CF9785;
}
</style>