Shades of Quicksand #C89889
Tints of Quicksand #C89889
RGB
CMYK
RGB Variations
Color information
#C89889 (or 0xC89889) is known color: Quicksand. HEX triplet: C8, 98 and 89. RGB value is (200,152,137). Sum of RGB (Red+Green+Blue) = 200+152+137=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C89889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89889 is #376776. Grayscale: #A4A4A4. Windows color (decimal): -3630967 or 9017544. OLE color: 9017544.
HSL color Cylindrical-coordinate representation of color #C89889: hue angle of 14.29º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C89889 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 137 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.22 |
| HSL | 14.29º | 0.36% | 0.66% | - |
| HSV(B) | 14.29º | 0.32% | 0.78% | - |
| XYZ | 39.56 | 36.54 | 28.64 | - |
| YUV | 164.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 137 | 0 | 0.24 | 0.32 | 0.22 | 14.29 | 0.36 | 0.66 |
| Hex | C8 | 98 | 89 | 0 | 18 | 20 | 16 | E | 24 | 42 |
| Octal | 310 | 230 | 211 | 0 | 30 | 40 | 26 | 16 | 44 | 102 |
| Binary | 11001000 | 10011000 | 10001001 | 0 | 11000 | 100000 | 10110 | 1110 | 100100 | 1000010 |
Color Harmonies of #C89889
Complementary color
Monochromatic Colors of #C89889
Black with #C89889
Text Example
Text Example
White with #C89889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89889; }
p { color: rgb(200,152,137); }
H1.HeaderClassName
{
color: #C89889;
}
.AnyTagClassName
{
color: #C89889;
}
</style>
background-color css
<style>
a { background-color: #C89889; }
a { background-color: rgb(200,152,137); }
div.DivClassName
{
background-color: #C89889;
}
.BgClassName
{
background-color: #C89889;
}
</style>
border-color css
<style>
span { border-color: #C89889; }
span { border-color: rgb(200,152,137); }
td.TdClassName
{
border-color: #C89889;
}
.TagClassName
{
border-color: #C89889;
}
</style>