Shades of Quicksand #C89892
Tints of Quicksand #C89892
RGB
CMYK
RGB Variations
Color information
#C89892 (or 0xC89892) is known color: Quicksand. HEX triplet: C8, 98 and 92. RGB value is (200,152,146). Sum of RGB (Red+Green+Blue) = 200+152+146=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89892 is #37676D. Grayscale: #A5A5A5. Windows color (decimal): -3630958 or 9607368. OLE color: 9607368.
HSL color Cylindrical-coordinate representation of color #C89892: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89892 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 146 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.22 |
| HSL | 6.67º | 0.33% | 0.68% | - |
| HSV(B) | 6.67º | 0.27% | 0.78% | - |
| XYZ | 40.24 | 36.81 | 32.18 | - |
| YUV | 165.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 146 | 0 | 0.24 | 0.27 | 0.22 | 6.67 | 0.33 | 0.68 |
| Hex | C8 | 98 | 92 | 0 | 18 | 1B | 16 | 7 | 21 | 44 |
| Octal | 310 | 230 | 222 | 0 | 30 | 33 | 26 | 7 | 41 | 104 |
| Binary | 11001000 | 10011000 | 10010010 | 0 | 11000 | 11011 | 10110 | 111 | 100001 | 1000100 |
Color Harmonies of #C89892
Complementary color
Monochromatic Colors of #C89892
Black with #C89892
Text Example
Text Example
White with #C89892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89892; }
p { color: rgb(200,152,146); }
H1.HeaderClassName
{
color: #C89892;
}
.AnyTagClassName
{
color: #C89892;
}
</style>
background-color css
<style>
a { background-color: #C89892; }
a { background-color: rgb(200,152,146); }
div.DivClassName
{
background-color: #C89892;
}
.BgClassName
{
background-color: #C89892;
}
</style>
border-color css
<style>
span { border-color: #C89892; }
span { border-color: rgb(200,152,146); }
td.TdClassName
{
border-color: #C89892;
}
.TagClassName
{
border-color: #C89892;
}
</style>