Shades of Quicksand #CF9988
Tints of Quicksand #CF9988
RGB
CMYK
RGB Variations
Color information
#CF9988 (or 0xCF9988) is known color: Quicksand. HEX triplet: CF, 99 and 88. RGB value is (207,153,136). Sum of RGB (Red+Green+Blue) = 207+153+136=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9988 is #306677. Grayscale: #A7A7A7. Windows color (decimal): -3171960 or 8952271. OLE color: 8952271.
HSL color Cylindrical-coordinate representation of color #CF9988: hue angle of 14.37º 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 #CF9988 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 136 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.19 |
| HSL | 14.37º | 0.43% | 0.67% | - |
| HSV(B) | 14.37º | 0.34% | 0.81% | - |
| XYZ | 41.57 | 37.83 | 28.4 | - |
| YUV | 167.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 136 | 0 | 0.26 | 0.34 | 0.19 | 14.37 | 0.43 | 0.67 |
| Hex | CF | 99 | 88 | 0 | 1A | 22 | 13 | E | 2B | 43 |
| Octal | 317 | 231 | 210 | 0 | 32 | 42 | 23 | 16 | 53 | 103 |
| Binary | 11001111 | 10011001 | 10001000 | 0 | 11010 | 100010 | 10011 | 1110 | 101011 | 1000011 |
Color Harmonies of #CF9988
Complementary color
Monochromatic Colors of #CF9988
Black with #CF9988
Text Example
Text Example
White with #CF9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9988; }
p { color: rgb(207,153,136); }
H1.HeaderClassName
{
color: #CF9988;
}
.AnyTagClassName
{
color: #CF9988;
}
</style>
background-color css
<style>
a { background-color: #CF9988; }
a { background-color: rgb(207,153,136); }
div.DivClassName
{
background-color: #CF9988;
}
.BgClassName
{
background-color: #CF9988;
}
</style>
border-color css
<style>
span { border-color: #CF9988; }
span { border-color: rgb(207,153,136); }
td.TdClassName
{
border-color: #CF9988;
}
.TagClassName
{
border-color: #CF9988;
}
</style>