Shades of Quicksand #CF9788
Tints of Quicksand #CF9788
RGB
CMYK
RGB Variations
Color information
#CF9788 (or 0xCF9788) is known color: Quicksand. HEX triplet: CF, 97 and 88. RGB value is (207,151,136). Sum of RGB (Red+Green+Blue) = 207+151+136=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9788 is #306877. Grayscale: #A6A6A6. Windows color (decimal): -3172472 or 8951759. OLE color: 8951759.
HSL color Cylindrical-coordinate representation of color #CF9788: hue angle of 12.68º 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 #CF9788 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 136 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.19 |
| HSL | 12.68º | 0.43% | 0.67% | - |
| HSV(B) | 12.68º | 0.34% | 0.81% | - |
| XYZ | 41.24 | 37.18 | 28.29 | - |
| YUV | 166.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 136 | 0 | 0.27 | 0.34 | 0.19 | 12.68 | 0.43 | 0.67 |
| Hex | CF | 97 | 88 | 0 | 1B | 22 | 13 | D | 2B | 43 |
| Octal | 317 | 227 | 210 | 0 | 33 | 42 | 23 | 15 | 53 | 103 |
| Binary | 11001111 | 10010111 | 10001000 | 0 | 11011 | 100010 | 10011 | 1101 | 101011 | 1000011 |
Color Harmonies of #CF9788
Complementary color
Monochromatic Colors of #CF9788
Black with #CF9788
Text Example
Text Example
White with #CF9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9788; }
p { color: rgb(207,151,136); }
H1.HeaderClassName
{
color: #CF9788;
}
.AnyTagClassName
{
color: #CF9788;
}
</style>
background-color css
<style>
a { background-color: #CF9788; }
a { background-color: rgb(207,151,136); }
div.DivClassName
{
background-color: #CF9788;
}
.BgClassName
{
background-color: #CF9788;
}
</style>
border-color css
<style>
span { border-color: #CF9788; }
span { border-color: rgb(207,151,136); }
td.TdClassName
{
border-color: #CF9788;
}
.TagClassName
{
border-color: #CF9788;
}
</style>