Shades of Quicksand #C99983
Tints of Quicksand #C99983
RGB
CMYK
RGB Variations
Color information
#C99983 (or 0xC99983) is known color: Quicksand. HEX triplet: C9, 99 and 83. RGB value is (201,153,131). Sum of RGB (Red+Green+Blue) = 201+153+131=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99983 is #36667C. Grayscale: #A4A4A4. Windows color (decimal): -3565181 or 8624585. OLE color: 8624585.
HSL color Cylindrical-coordinate representation of color #C99983: hue angle of 18.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99983 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 131 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.21 |
| HSL | 18.86º | 0.39% | 0.65% | - |
| HSV(B) | 18.86º | 0.35% | 0.79% | - |
| XYZ | 39.58 | 36.84 | 26.5 | - |
| YUV | 164.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 131 | 0 | 0.24 | 0.35 | 0.21 | 18.86 | 0.39 | 0.65 |
| Hex | C9 | 99 | 83 | 0 | 18 | 23 | 15 | 13 | 27 | 41 |
| Octal | 311 | 231 | 203 | 0 | 30 | 43 | 25 | 23 | 47 | 101 |
| Binary | 11001001 | 10011001 | 10000011 | 0 | 11000 | 100011 | 10101 | 10011 | 100111 | 1000001 |
Color Harmonies of #C99983
Complementary color
Monochromatic Colors of #C99983
Black with #C99983
Text Example
Text Example
White with #C99983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99983; }
p { color: rgb(201,153,131); }
H1.HeaderClassName
{
color: #C99983;
}
.AnyTagClassName
{
color: #C99983;
}
</style>
background-color css
<style>
a { background-color: #C99983; }
a { background-color: rgb(201,153,131); }
div.DivClassName
{
background-color: #C99983;
}
.BgClassName
{
background-color: #C99983;
}
</style>
border-color css
<style>
span { border-color: #C99983; }
span { border-color: rgb(201,153,131); }
td.TdClassName
{
border-color: #C99983;
}
.TagClassName
{
border-color: #C99983;
}
</style>