Shades of Quicksand #C99A85
Tints of Quicksand #C99A85
RGB
CMYK
RGB Variations
Color information
#C99A85 (or 0xC99A85) is known color: Quicksand. HEX triplet: C9, 9A and 85. RGB value is (201,154,133). Sum of RGB (Red+Green+Blue) = 201+154+133=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A85 is #36657A. Grayscale: #A5A5A5. Windows color (decimal): -3564923 or 8755913. OLE color: 8755913.
HSL color Cylindrical-coordinate representation of color #C99A85: hue angle of 18.53º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99A85 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 133 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.21 |
| HSL | 18.53º | 0.39% | 0.65% | - |
| HSV(B) | 18.53º | 0.34% | 0.79% | - |
| XYZ | 39.88 | 37.22 | 27.27 | - |
| YUV | 165.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 133 | 0 | 0.23 | 0.34 | 0.21 | 18.53 | 0.39 | 0.65 |
| Hex | C9 | 9A | 85 | 0 | 17 | 22 | 15 | 13 | 27 | 41 |
| Octal | 311 | 232 | 205 | 0 | 27 | 42 | 25 | 23 | 47 | 101 |
| Binary | 11001001 | 10011010 | 10000101 | 0 | 10111 | 100010 | 10101 | 10011 | 100111 | 1000001 |
Color Harmonies of #C99A85
Complementary color
Monochromatic Colors of #C99A85
Black with #C99A85
Text Example
Text Example
White with #C99A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A85; }
p { color: rgb(201,154,133); }
H1.HeaderClassName
{
color: #C99A85;
}
.AnyTagClassName
{
color: #C99A85;
}
</style>
background-color css
<style>
a { background-color: #C99A85; }
a { background-color: rgb(201,154,133); }
div.DivClassName
{
background-color: #C99A85;
}
.BgClassName
{
background-color: #C99A85;
}
</style>
border-color css
<style>
span { border-color: #C99A85; }
span { border-color: rgb(201,154,133); }
td.TdClassName
{
border-color: #C99A85;
}
.TagClassName
{
border-color: #C99A85;
}
</style>