Shades of Quicksand #C99D90
Tints of Quicksand #C99D90
RGB
CMYK
RGB Variations
Color information
#C99D90 (or 0xC99D90) is known color: Quicksand. HEX triplet: C9, 9D and 90. RGB value is (201,157,144). Sum of RGB (Red+Green+Blue) = 201+157+144=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D90 is #36626F. Grayscale: #A8A8A8. Windows color (decimal): -3564144 or 9477577. OLE color: 9477577.
HSL color Cylindrical-coordinate representation of color #C99D90: hue angle of 13.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99D90 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 144 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.21 |
| HSL | 13.68º | 0.35% | 0.68% | - |
| HSV(B) | 13.68º | 0.28% | 0.79% | - |
| XYZ | 41.18 | 38.55 | 31.66 | - |
| YUV | 168.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 144 | 0 | 0.22 | 0.28 | 0.21 | 13.68 | 0.35 | 0.68 |
| Hex | C9 | 9D | 90 | 0 | 16 | 1C | 15 | E | 23 | 44 |
| Octal | 311 | 235 | 220 | 0 | 26 | 34 | 25 | 16 | 43 | 104 |
| Binary | 11001001 | 10011101 | 10010000 | 0 | 10110 | 11100 | 10101 | 1110 | 100011 | 1000100 |
Color Harmonies of #C99D90
Complementary color
Monochromatic Colors of #C99D90
Black with #C99D90
Text Example
Text Example
White with #C99D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D90; }
p { color: rgb(201,157,144); }
H1.HeaderClassName
{
color: #C99D90;
}
.AnyTagClassName
{
color: #C99D90;
}
</style>
background-color css
<style>
a { background-color: #C99D90; }
a { background-color: rgb(201,157,144); }
div.DivClassName
{
background-color: #C99D90;
}
.BgClassName
{
background-color: #C99D90;
}
</style>
border-color css
<style>
span { border-color: #C99D90; }
span { border-color: rgb(201,157,144); }
td.TdClassName
{
border-color: #C99D90;
}
.TagClassName
{
border-color: #C99D90;
}
</style>