Shades of Quicksand #C99C8E
Tints of Quicksand #C99C8E
RGB
CMYK
RGB Variations
Color information
#C99C8E (or 0xC99C8E) is known color: Quicksand. HEX triplet: C9, 9C and 8E. RGB value is (201,156,142). Sum of RGB (Red+Green+Blue) = 201+156+142=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C8E is #366371. Grayscale: #A7A7A7. Windows color (decimal): -3564402 or 9346249. OLE color: 9346249.
HSL color Cylindrical-coordinate representation of color #C99C8E: hue angle of 14.24º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99C8E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 142 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.21 |
| HSL | 14.24º | 0.35% | 0.67% | - |
| HSV(B) | 14.24º | 0.29% | 0.79% | - |
| XYZ | 40.86 | 38.15 | 30.8 | - |
| YUV | 167.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 142 | 0 | 0.22 | 0.29 | 0.21 | 14.24 | 0.35 | 0.67 |
| Hex | C9 | 9C | 8E | 0 | 16 | 1D | 15 | E | 23 | 43 |
| Octal | 311 | 234 | 216 | 0 | 26 | 35 | 25 | 16 | 43 | 103 |
| Binary | 11001001 | 10011100 | 10001110 | 0 | 10110 | 11101 | 10101 | 1110 | 100011 | 1000011 |
Color Harmonies of #C99C8E
Complementary color
Monochromatic Colors of #C99C8E
Black with #C99C8E
Text Example
Text Example
White with #C99C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C8E; }
p { color: rgb(201,156,142); }
H1.HeaderClassName
{
color: #C99C8E;
}
.AnyTagClassName
{
color: #C99C8E;
}
</style>
background-color css
<style>
a { background-color: #C99C8E; }
a { background-color: rgb(201,156,142); }
div.DivClassName
{
background-color: #C99C8E;
}
.BgClassName
{
background-color: #C99C8E;
}
</style>
border-color css
<style>
span { border-color: #C99C8E; }
span { border-color: rgb(201,156,142); }
td.TdClassName
{
border-color: #C99C8E;
}
.TagClassName
{
border-color: #C99C8E;
}
</style>