Shades of Quicksand #C9958A
Tints of Quicksand #C9958A
RGB
CMYK
RGB Variations
Color information
#C9958A (or 0xC9958A) is known color: Quicksand. HEX triplet: C9, 95 and 8A. RGB value is (201,149,138). Sum of RGB (Red+Green+Blue) = 201+149+138=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9958A is #366A75. Grayscale: #A3A3A3. Windows color (decimal): -3566198 or 9082313. OLE color: 9082313.
HSL color Cylindrical-coordinate representation of color #C9958A: hue angle of 10.48º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9958A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 138 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.21 |
| HSL | 10.48º | 0.37% | 0.66% | - |
| HSV(B) | 10.48º | 0.31% | 0.79% | - |
| XYZ | 39.42 | 35.75 | 28.87 | - |
| YUV | 163.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 138 | 0 | 0.26 | 0.31 | 0.21 | 10.48 | 0.37 | 0.66 |
| Hex | C9 | 95 | 8A | 0 | 1A | 1F | 15 | A | 25 | 42 |
| Octal | 311 | 225 | 212 | 0 | 32 | 37 | 25 | 12 | 45 | 102 |
| Binary | 11001001 | 10010101 | 10001010 | 0 | 11010 | 11111 | 10101 | 1010 | 100101 | 1000010 |
Color Harmonies of #C9958A
Complementary color
Monochromatic Colors of #C9958A
Black with #C9958A
Text Example
Text Example
White with #C9958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9958A; }
p { color: rgb(201,149,138); }
H1.HeaderClassName
{
color: #C9958A;
}
.AnyTagClassName
{
color: #C9958A;
}
</style>
background-color css
<style>
a { background-color: #C9958A; }
a { background-color: rgb(201,149,138); }
div.DivClassName
{
background-color: #C9958A;
}
.BgClassName
{
background-color: #C9958A;
}
</style>
border-color css
<style>
span { border-color: #C9958A; }
span { border-color: rgb(201,149,138); }
td.TdClassName
{
border-color: #C9958A;
}
.TagClassName
{
border-color: #C9958A;
}
</style>