Shades of Quicksand #C99D89
Tints of Quicksand #C99D89
RGB
CMYK
RGB Variations
Color information
#C99D89 (or 0xC99D89) is known color: Quicksand. HEX triplet: C9, 9D and 89. RGB value is (201,157,137). Sum of RGB (Red+Green+Blue) = 201+157+137=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D89 is #366276. Grayscale: #A8A8A8. Windows color (decimal): -3564151 or 9018825. OLE color: 9018825.
HSL color Cylindrical-coordinate representation of color #C99D89: hue angle of 18.75º 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 #C99D89 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 137 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.21 |
| HSL | 18.75º | 0.37% | 0.66% | - |
| HSV(B) | 18.75º | 0.32% | 0.79% | - |
| XYZ | 40.66 | 38.34 | 28.92 | - |
| YUV | 167.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 137 | 0 | 0.22 | 0.32 | 0.21 | 18.75 | 0.37 | 0.66 |
| Hex | C9 | 9D | 89 | 0 | 16 | 20 | 15 | 13 | 25 | 42 |
| Octal | 311 | 235 | 211 | 0 | 26 | 40 | 25 | 23 | 45 | 102 |
| Binary | 11001001 | 10011101 | 10001001 | 0 | 10110 | 100000 | 10101 | 10011 | 100101 | 1000010 |
Color Harmonies of #C99D89
Complementary color
Monochromatic Colors of #C99D89
Black with #C99D89
Text Example
Text Example
White with #C99D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D89; }
p { color: rgb(201,157,137); }
H1.HeaderClassName
{
color: #C99D89;
}
.AnyTagClassName
{
color: #C99D89;
}
</style>
background-color css
<style>
a { background-color: #C99D89; }
a { background-color: rgb(201,157,137); }
div.DivClassName
{
background-color: #C99D89;
}
.BgClassName
{
background-color: #C99D89;
}
</style>
border-color css
<style>
span { border-color: #C99D89; }
span { border-color: rgb(201,157,137); }
td.TdClassName
{
border-color: #C99D89;
}
.TagClassName
{
border-color: #C99D89;
}
</style>