Shades of Quicksand #C89990
Tints of Quicksand #C89990
RGB
CMYK
RGB Variations
Color information
#C89990 (or 0xC89990) is known color: Quicksand. HEX triplet: C8, 99 and 90. RGB value is (200,153,144). Sum of RGB (Red+Green+Blue) = 200+153+144=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89990 is #37666F. Grayscale: #A6A6A6. Windows color (decimal): -3630704 or 9476552. OLE color: 9476552.
HSL color Cylindrical-coordinate representation of color #C89990: hue angle of 9.64º 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 #C89990 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 144 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.22 |
| HSL | 9.64º | 0.34% | 0.67% | - |
| HSV(B) | 9.64º | 0.28% | 0.78% | - |
| XYZ | 40.24 | 37.08 | 31.42 | - |
| YUV | 166.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 144 | 0 | 0.24 | 0.28 | 0.22 | 9.64 | 0.34 | 0.67 |
| Hex | C8 | 99 | 90 | 0 | 18 | 1C | 16 | A | 22 | 43 |
| Octal | 310 | 231 | 220 | 0 | 30 | 34 | 26 | 12 | 42 | 103 |
| Binary | 11001000 | 10011001 | 10010000 | 0 | 11000 | 11100 | 10110 | 1010 | 100010 | 1000011 |
Color Harmonies of #C89990
Complementary color
Monochromatic Colors of #C89990
Black with #C89990
Text Example
Text Example
White with #C89990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89990; }
p { color: rgb(200,153,144); }
H1.HeaderClassName
{
color: #C89990;
}
.AnyTagClassName
{
color: #C89990;
}
</style>
background-color css
<style>
a { background-color: #C89990; }
a { background-color: rgb(200,153,144); }
div.DivClassName
{
background-color: #C89990;
}
.BgClassName
{
background-color: #C89990;
}
</style>
border-color css
<style>
span { border-color: #C89990; }
span { border-color: rgb(200,153,144); }
td.TdClassName
{
border-color: #C89990;
}
.TagClassName
{
border-color: #C89990;
}
</style>