Shades of Quicksand #C99993
Tints of Quicksand #C99993
RGB
CMYK
RGB Variations
Color information
#C99993 (or 0xC99993) is known color: Quicksand. HEX triplet: C9, 99 and 93. RGB value is (201,153,147). Sum of RGB (Red+Green+Blue) = 201+153+147=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99993 is #36666C. Grayscale: #A6A6A6. Windows color (decimal): -3565165 or 9673161. OLE color: 9673161.
HSL color Cylindrical-coordinate representation of color #C99993: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99993 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 147 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.21 |
| HSL | 6.67º | 0.33% | 0.68% | - |
| HSV(B) | 6.67º | 0.27% | 0.79% | - |
| XYZ | 40.75 | 37.31 | 32.66 | - |
| YUV | 166.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 147 | 0 | 0.24 | 0.27 | 0.21 | 6.67 | 0.33 | 0.68 |
| Hex | C9 | 99 | 93 | 0 | 18 | 1B | 15 | 7 | 21 | 44 |
| Octal | 311 | 231 | 223 | 0 | 30 | 33 | 25 | 7 | 41 | 104 |
| Binary | 11001001 | 10011001 | 10010011 | 0 | 11000 | 11011 | 10101 | 111 | 100001 | 1000100 |
Color Harmonies of #C99993
Complementary color
Monochromatic Colors of #C99993
Black with #C99993
Text Example
Text Example
White with #C99993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99993; }
p { color: rgb(201,153,147); }
H1.HeaderClassName
{
color: #C99993;
}
.AnyTagClassName
{
color: #C99993;
}
</style>
background-color css
<style>
a { background-color: #C99993; }
a { background-color: rgb(201,153,147); }
div.DivClassName
{
background-color: #C99993;
}
.BgClassName
{
background-color: #C99993;
}
</style>
border-color css
<style>
span { border-color: #C99993; }
span { border-color: rgb(201,153,147); }
td.TdClassName
{
border-color: #C99993;
}
.TagClassName
{
border-color: #C99993;
}
</style>