Shades of Quicksand #C89D90
Tints of Quicksand #C89D90
RGB
CMYK
RGB Variations
Color information
#C89D90 (or 0xC89D90) is known color: Quicksand. HEX triplet: C8, 9D and 90. RGB value is (200,157,144). Sum of RGB (Red+Green+Blue) = 200+157+144=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D90 is #37626F. Grayscale: #A8A8A8. Windows color (decimal): -3629680 or 9477576. OLE color: 9477576.
HSL color Cylindrical-coordinate representation of color #C89D90: hue angle of 13.93º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89D90 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 144 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.22 |
| HSL | 13.93º | 0.34% | 0.67% | - |
| HSV(B) | 13.93º | 0.28% | 0.78% | - |
| XYZ | 40.91 | 38.41 | 31.64 | - |
| YUV | 168.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 144 | 0 | 0.22 | 0.28 | 0.22 | 13.93 | 0.34 | 0.67 |
| Hex | C8 | 9D | 90 | 0 | 16 | 1C | 16 | E | 22 | 43 |
| Octal | 310 | 235 | 220 | 0 | 26 | 34 | 26 | 16 | 42 | 103 |
| Binary | 11001000 | 10011101 | 10010000 | 0 | 10110 | 11100 | 10110 | 1110 | 100010 | 1000011 |
Color Harmonies of #C89D90
Complementary color
Monochromatic Colors of #C89D90
Black with #C89D90
Text Example
Text Example
White with #C89D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D90; }
p { color: rgb(200,157,144); }
H1.HeaderClassName
{
color: #C89D90;
}
.AnyTagClassName
{
color: #C89D90;
}
</style>
background-color css
<style>
a { background-color: #C89D90; }
a { background-color: rgb(200,157,144); }
div.DivClassName
{
background-color: #C89D90;
}
.BgClassName
{
background-color: #C89D90;
}
</style>
border-color css
<style>
span { border-color: #C89D90; }
span { border-color: rgb(200,157,144); }
td.TdClassName
{
border-color: #C89D90;
}
.TagClassName
{
border-color: #C89D90;
}
</style>