Shades of Quicksand #C89488
Tints of Quicksand #C89488
RGB
CMYK
RGB Variations
Color information
#C89488 (or 0xC89488) is known color: Quicksand. HEX triplet: C8, 94 and 88. RGB value is (200,148,136). Sum of RGB (Red+Green+Blue) = 200+148+136=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C89488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89488 is #376B77. Grayscale: #A2A2A2. Windows color (decimal): -3631992 or 8950984. OLE color: 8950984.
HSL color Cylindrical-coordinate representation of color #C89488: hue angle of 11.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C89488 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 136 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.22 |
| HSL | 11.25º | 0.37% | 0.66% | - |
| HSV(B) | 11.25º | 0.32% | 0.78% | - |
| XYZ | 38.85 | 35.24 | 28.05 | - |
| YUV | 162.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 136 | 0 | 0.26 | 0.32 | 0.22 | 11.25 | 0.37 | 0.66 |
| Hex | C8 | 94 | 88 | 0 | 1A | 20 | 16 | B | 25 | 42 |
| Octal | 310 | 224 | 210 | 0 | 32 | 40 | 26 | 13 | 45 | 102 |
| Binary | 11001000 | 10010100 | 10001000 | 0 | 11010 | 100000 | 10110 | 1011 | 100101 | 1000010 |
Color Harmonies of #C89488
Complementary color
Monochromatic Colors of #C89488
Black with #C89488
Text Example
Text Example
White with #C89488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89488; }
p { color: rgb(200,148,136); }
H1.HeaderClassName
{
color: #C89488;
}
.AnyTagClassName
{
color: #C89488;
}
</style>
background-color css
<style>
a { background-color: #C89488; }
a { background-color: rgb(200,148,136); }
div.DivClassName
{
background-color: #C89488;
}
.BgClassName
{
background-color: #C89488;
}
</style>
border-color css
<style>
span { border-color: #C89488; }
span { border-color: rgb(200,148,136); }
td.TdClassName
{
border-color: #C89488;
}
.TagClassName
{
border-color: #C89488;
}
</style>