Shades of Quicksand #C99A89
Tints of Quicksand #C99A89
RGB
CMYK
RGB Variations
Color information
#C99A89 (or 0xC99A89) is known color: Quicksand. HEX triplet: C9, 9A and 89. RGB value is (201,154,137). Sum of RGB (Red+Green+Blue) = 201+154+137=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A89 is #366576. Grayscale: #A6A6A6. Windows color (decimal): -3564919 or 9018057. OLE color: 9018057.
HSL color Cylindrical-coordinate representation of color #C99A89: hue angle of 15.94º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99A89 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 137 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.21 |
| HSL | 15.94º | 0.37% | 0.66% | - |
| HSV(B) | 15.94º | 0.32% | 0.79% | - |
| XYZ | 40.16 | 37.33 | 28.76 | - |
| YUV | 166.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 137 | 0 | 0.23 | 0.32 | 0.21 | 15.94 | 0.37 | 0.66 |
| Hex | C9 | 9A | 89 | 0 | 17 | 20 | 15 | 10 | 25 | 42 |
| Octal | 311 | 232 | 211 | 0 | 27 | 40 | 25 | 20 | 45 | 102 |
| Binary | 11001001 | 10011010 | 10001001 | 0 | 10111 | 100000 | 10101 | 10000 | 100101 | 1000010 |
Color Harmonies of #C99A89
Complementary color
Monochromatic Colors of #C99A89
Black with #C99A89
Text Example
Text Example
White with #C99A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A89; }
p { color: rgb(201,154,137); }
H1.HeaderClassName
{
color: #C99A89;
}
.AnyTagClassName
{
color: #C99A89;
}
</style>
background-color css
<style>
a { background-color: #C99A89; }
a { background-color: rgb(201,154,137); }
div.DivClassName
{
background-color: #C99A89;
}
.BgClassName
{
background-color: #C99A89;
}
</style>
border-color css
<style>
span { border-color: #C99A89; }
span { border-color: rgb(201,154,137); }
td.TdClassName
{
border-color: #C99A89;
}
.TagClassName
{
border-color: #C99A89;
}
</style>