Shades of Quicksand #C69887
Tints of Quicksand #C69887
RGB
CMYK
RGB Variations
Color information
#C69887 (or 0xC69887) is known color: Quicksand. HEX triplet: C6, 98 and 87. RGB value is (198,152,135). Sum of RGB (Red+Green+Blue) = 198+152+135=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C69887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69887 is #396778. Grayscale: #A3A3A3. Windows color (decimal): -3762041 or 8886470. OLE color: 8886470.
HSL color Cylindrical-coordinate representation of color #C69887: hue angle of 16.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69887 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 135 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.22 |
| HSL | 16.19º | 0.36% | 0.65% | - |
| HSV(B) | 16.19º | 0.32% | 0.78% | - |
| XYZ | 38.89 | 36.21 | 27.86 | - |
| YUV | 163.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 135 | 0 | 0.23 | 0.32 | 0.22 | 16.19 | 0.36 | 0.65 |
| Hex | C6 | 98 | 87 | 0 | 17 | 20 | 16 | 10 | 24 | 41 |
| Octal | 306 | 230 | 207 | 0 | 27 | 40 | 26 | 20 | 44 | 101 |
| Binary | 11000110 | 10011000 | 10000111 | 0 | 10111 | 100000 | 10110 | 10000 | 100100 | 1000001 |
Color Harmonies of #C69887
Complementary color
Monochromatic Colors of #C69887
Black with #C69887
Text Example
Text Example
White with #C69887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69887; }
p { color: rgb(198,152,135); }
H1.HeaderClassName
{
color: #C69887;
}
.AnyTagClassName
{
color: #C69887;
}
</style>
background-color css
<style>
a { background-color: #C69887; }
a { background-color: rgb(198,152,135); }
div.DivClassName
{
background-color: #C69887;
}
.BgClassName
{
background-color: #C69887;
}
</style>
border-color css
<style>
span { border-color: #C69887; }
span { border-color: rgb(198,152,135); }
td.TdClassName
{
border-color: #C69887;
}
.TagClassName
{
border-color: #C69887;
}
</style>