Shades of Quicksand #CF9A87
Tints of Quicksand #CF9A87
RGB
CMYK
RGB Variations
Color information
#CF9A87 (or 0xCF9A87) is known color: Quicksand. HEX triplet: CF, 9A and 87. RGB value is (207,154,135). Sum of RGB (Red+Green+Blue) = 207+154+135=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A87 is #306578. Grayscale: #A7A7A7. Windows color (decimal): -3171705 or 8886991. OLE color: 8886991.
HSL color Cylindrical-coordinate representation of color #CF9A87: hue angle of 15.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9A87 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 135 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.19 |
| HSL | 15.83º | 0.43% | 0.67% | - |
| HSV(B) | 15.83º | 0.35% | 0.81% | - |
| XYZ | 41.66 | 38.13 | 28.08 | - |
| YUV | 167.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 135 | 0 | 0.26 | 0.35 | 0.19 | 15.83 | 0.43 | 0.67 |
| Hex | CF | 9A | 87 | 0 | 1A | 23 | 13 | 10 | 2B | 43 |
| Octal | 317 | 232 | 207 | 0 | 32 | 43 | 23 | 20 | 53 | 103 |
| Binary | 11001111 | 10011010 | 10000111 | 0 | 11010 | 100011 | 10011 | 10000 | 101011 | 1000011 |
Color Harmonies of #CF9A87
Complementary color
Monochromatic Colors of #CF9A87
Black with #CF9A87
Text Example
Text Example
White with #CF9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A87; }
p { color: rgb(207,154,135); }
H1.HeaderClassName
{
color: #CF9A87;
}
.AnyTagClassName
{
color: #CF9A87;
}
</style>
background-color css
<style>
a { background-color: #CF9A87; }
a { background-color: rgb(207,154,135); }
div.DivClassName
{
background-color: #CF9A87;
}
.BgClassName
{
background-color: #CF9A87;
}
</style>
border-color css
<style>
span { border-color: #CF9A87; }
span { border-color: rgb(207,154,135); }
td.TdClassName
{
border-color: #CF9A87;
}
.TagClassName
{
border-color: #CF9A87;
}
</style>