Shades of Quicksand #CF988C
Tints of Quicksand #CF988C
RGB
CMYK
RGB Variations
Color information
#CF988C (or 0xCF988C) is known color: Quicksand. HEX triplet: CF, 98 and 8C. RGB value is (207,152,140). Sum of RGB (Red+Green+Blue) = 207+152+140=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF988C is #306773. Grayscale: #A7A7A7. Windows color (decimal): -3172212 or 9214159. OLE color: 9214159.
HSL color Cylindrical-coordinate representation of color #CF988C: hue angle of 10.75º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF988C is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 140 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.19 |
| HSL | 10.75º | 0.41% | 0.68% | - |
| HSV(B) | 10.75º | 0.32% | 0.81% | - |
| XYZ | 41.69 | 37.62 | 29.87 | - |
| YUV | 167.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 140 | 0 | 0.27 | 0.32 | 0.19 | 10.75 | 0.41 | 0.68 |
| Hex | CF | 98 | 8C | 0 | 1B | 20 | 13 | B | 29 | 44 |
| Octal | 317 | 230 | 214 | 0 | 33 | 40 | 23 | 13 | 51 | 104 |
| Binary | 11001111 | 10011000 | 10001100 | 0 | 11011 | 100000 | 10011 | 1011 | 101001 | 1000100 |
Color Harmonies of #CF988C
Complementary color
Monochromatic Colors of #CF988C
Black with #CF988C
Text Example
Text Example
White with #CF988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF988C; }
p { color: rgb(207,152,140); }
H1.HeaderClassName
{
color: #CF988C;
}
.AnyTagClassName
{
color: #CF988C;
}
</style>
background-color css
<style>
a { background-color: #CF988C; }
a { background-color: rgb(207,152,140); }
div.DivClassName
{
background-color: #CF988C;
}
.BgClassName
{
background-color: #CF988C;
}
</style>
border-color css
<style>
span { border-color: #CF988C; }
span { border-color: rgb(207,152,140); }
td.TdClassName
{
border-color: #CF988C;
}
.TagClassName
{
border-color: #CF988C;
}
</style>