Shades of Quicksand #CF9983
Tints of Quicksand #CF9983
RGB
CMYK
RGB Variations
Color information
#CF9983 (or 0xCF9983) is known color: Quicksand. HEX triplet: CF, 99 and 83. RGB value is (207,153,131). Sum of RGB (Red+Green+Blue) = 207+153+131=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9983 is #30667C. Grayscale: #A6A6A6. Windows color (decimal): -3171965 or 8624591. OLE color: 8624591.
HSL color Cylindrical-coordinate representation of color #CF9983: hue angle of 17.37º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9983 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 131 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.19 |
| HSL | 17.37º | 0.44% | 0.66% | - |
| HSV(B) | 17.37º | 0.37% | 0.81% | - |
| XYZ | 41.22 | 37.69 | 26.57 | - |
| YUV | 166.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 131 | 0 | 0.26 | 0.37 | 0.19 | 17.37 | 0.44 | 0.66 |
| Hex | CF | 99 | 83 | 0 | 1A | 25 | 13 | 11 | 2C | 42 |
| Octal | 317 | 231 | 203 | 0 | 32 | 45 | 23 | 21 | 54 | 102 |
| Binary | 11001111 | 10011001 | 10000011 | 0 | 11010 | 100101 | 10011 | 10001 | 101100 | 1000010 |
Color Harmonies of #CF9983
Complementary color
Monochromatic Colors of #CF9983
Black with #CF9983
Text Example
Text Example
White with #CF9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9983; }
p { color: rgb(207,153,131); }
H1.HeaderClassName
{
color: #CF9983;
}
.AnyTagClassName
{
color: #CF9983;
}
</style>
background-color css
<style>
a { background-color: #CF9983; }
a { background-color: rgb(207,153,131); }
div.DivClassName
{
background-color: #CF9983;
}
.BgClassName
{
background-color: #CF9983;
}
</style>
border-color css
<style>
span { border-color: #CF9983; }
span { border-color: rgb(207,153,131); }
td.TdClassName
{
border-color: #CF9983;
}
.TagClassName
{
border-color: #CF9983;
}
</style>