Shades of Quicksand #C99D8C
Tints of Quicksand #C99D8C
RGB
CMYK
RGB Variations
Color information
#C99D8C (or 0xC99D8C) is known color: Quicksand. HEX triplet: C9, 9D and 8C. RGB value is (201,157,140). Sum of RGB (Red+Green+Blue) = 201+157+140=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D8C is #366273. Grayscale: #A8A8A8. Windows color (decimal): -3564148 or 9215433. OLE color: 9215433.
HSL color Cylindrical-coordinate representation of color #C99D8C: hue angle of 16.72º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99D8C is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 140 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.21 |
| HSL | 16.72º | 0.36% | 0.67% | - |
| HSV(B) | 16.72º | 0.3% | 0.79% | - |
| XYZ | 40.88 | 38.42 | 30.07 | - |
| YUV | 168.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 140 | 0 | 0.22 | 0.30 | 0.21 | 16.72 | 0.36 | 0.67 |
| Hex | C9 | 9D | 8C | 0 | 16 | 1E | 15 | 11 | 24 | 43 |
| Octal | 311 | 235 | 214 | 0 | 26 | 36 | 25 | 21 | 44 | 103 |
| Binary | 11001001 | 10011101 | 10001100 | 0 | 10110 | 11110 | 10101 | 10001 | 100100 | 1000011 |
Color Harmonies of #C99D8C
Complementary color
Monochromatic Colors of #C99D8C
Black with #C99D8C
Text Example
Text Example
White with #C99D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D8C; }
p { color: rgb(201,157,140); }
H1.HeaderClassName
{
color: #C99D8C;
}
.AnyTagClassName
{
color: #C99D8C;
}
</style>
background-color css
<style>
a { background-color: #C99D8C; }
a { background-color: rgb(201,157,140); }
div.DivClassName
{
background-color: #C99D8C;
}
.BgClassName
{
background-color: #C99D8C;
}
</style>
border-color css
<style>
span { border-color: #C99D8C; }
span { border-color: rgb(201,157,140); }
td.TdClassName
{
border-color: #C99D8C;
}
.TagClassName
{
border-color: #C99D8C;
}
</style>