Shades of Quicksand #CF988B
Tints of Quicksand #CF988B
RGB
CMYK
RGB Variations
Color information
#CF988B (or 0xCF988B) is known color: Quicksand. HEX triplet: CF, 98 and 8B. RGB value is (207,152,139). Sum of RGB (Red+Green+Blue) = 207+152+139=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF988B is #306774. Grayscale: #A7A7A7. Windows color (decimal): -3172213 or 9148623. OLE color: 9148623.
HSL color Cylindrical-coordinate representation of color #CF988B: hue angle of 11.47º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF988B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 139 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.19 |
| HSL | 11.47º | 0.41% | 0.68% | - |
| HSV(B) | 11.47º | 0.33% | 0.81% | - |
| XYZ | 41.62 | 37.59 | 29.49 | - |
| YUV | 166.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 139 | 0 | 0.27 | 0.33 | 0.19 | 11.47 | 0.41 | 0.68 |
| Hex | CF | 98 | 8B | 0 | 1B | 21 | 13 | B | 29 | 44 |
| Octal | 317 | 230 | 213 | 0 | 33 | 41 | 23 | 13 | 51 | 104 |
| Binary | 11001111 | 10011000 | 10001011 | 0 | 11011 | 100001 | 10011 | 1011 | 101001 | 1000100 |
Color Harmonies of #CF988B
Complementary color
Monochromatic Colors of #CF988B
Black with #CF988B
Text Example
Text Example
White with #CF988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF988B; }
p { color: rgb(207,152,139); }
H1.HeaderClassName
{
color: #CF988B;
}
.AnyTagClassName
{
color: #CF988B;
}
</style>
background-color css
<style>
a { background-color: #CF988B; }
a { background-color: rgb(207,152,139); }
div.DivClassName
{
background-color: #CF988B;
}
.BgClassName
{
background-color: #CF988B;
}
</style>
border-color css
<style>
span { border-color: #CF988B; }
span { border-color: rgb(207,152,139); }
td.TdClassName
{
border-color: #CF988B;
}
.TagClassName
{
border-color: #CF988B;
}
</style>