Shades of Quicksand #CF9688
Tints of Quicksand #CF9688
RGB
CMYK
RGB Variations
Color information
#CF9688 (or 0xCF9688) is known color: Quicksand. HEX triplet: CF, 96 and 88. RGB value is (207,150,136). Sum of RGB (Red+Green+Blue) = 207+150+136=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9688 is #306977. Grayscale: #A5A5A5. Windows color (decimal): -3172728 or 8951503. OLE color: 8951503.
HSL color Cylindrical-coordinate representation of color #CF9688: hue angle of 11.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9688 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 136 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.19 |
| HSL | 11.83º | 0.43% | 0.67% | - |
| HSV(B) | 11.83º | 0.34% | 0.81% | - |
| XYZ | 41.08 | 36.86 | 28.24 | - |
| YUV | 165.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 136 | 0 | 0.28 | 0.34 | 0.19 | 11.83 | 0.43 | 0.67 |
| Hex | CF | 96 | 88 | 0 | 1C | 22 | 13 | C | 2B | 43 |
| Octal | 317 | 226 | 210 | 0 | 34 | 42 | 23 | 14 | 53 | 103 |
| Binary | 11001111 | 10010110 | 10001000 | 0 | 11100 | 100010 | 10011 | 1100 | 101011 | 1000011 |
Color Harmonies of #CF9688
Complementary color
Monochromatic Colors of #CF9688
Black with #CF9688
Text Example
Text Example
White with #CF9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9688; }
p { color: rgb(207,150,136); }
H1.HeaderClassName
{
color: #CF9688;
}
.AnyTagClassName
{
color: #CF9688;
}
</style>
background-color css
<style>
a { background-color: #CF9688; }
a { background-color: rgb(207,150,136); }
div.DivClassName
{
background-color: #CF9688;
}
.BgClassName
{
background-color: #CF9688;
}
</style>
border-color css
<style>
span { border-color: #CF9688; }
span { border-color: rgb(207,150,136); }
td.TdClassName
{
border-color: #CF9688;
}
.TagClassName
{
border-color: #CF9688;
}
</style>