Shades of Quicksand #C69587
Tints of Quicksand #C69587
RGB
CMYK
RGB Variations
Color information
#C69587 (or 0xC69587) is known color: Quicksand. HEX triplet: C6, 95 and 87. RGB value is (198,149,135). Sum of RGB (Red+Green+Blue) = 198+149+135=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C69587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69587 is #396A78. Grayscale: #A2A2A2. Windows color (decimal): -3762809 or 8885702. OLE color: 8885702.
HSL color Cylindrical-coordinate representation of color #C69587: hue angle of 13.33º 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 #C69587 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 135 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.22 |
| HSL | 13.33º | 0.36% | 0.65% | - |
| HSV(B) | 13.33º | 0.32% | 0.78% | - |
| XYZ | 38.41 | 35.25 | 27.7 | - |
| YUV | 162.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 135 | 0 | 0.25 | 0.32 | 0.22 | 13.33 | 0.36 | 0.65 |
| Hex | C6 | 95 | 87 | 0 | 19 | 20 | 16 | D | 24 | 41 |
| Octal | 306 | 225 | 207 | 0 | 31 | 40 | 26 | 15 | 44 | 101 |
| Binary | 11000110 | 10010101 | 10000111 | 0 | 11001 | 100000 | 10110 | 1101 | 100100 | 1000001 |
Color Harmonies of #C69587
Complementary color
Monochromatic Colors of #C69587
Black with #C69587
Text Example
Text Example
White with #C69587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69587; }
p { color: rgb(198,149,135); }
H1.HeaderClassName
{
color: #C69587;
}
.AnyTagClassName
{
color: #C69587;
}
</style>
background-color css
<style>
a { background-color: #C69587; }
a { background-color: rgb(198,149,135); }
div.DivClassName
{
background-color: #C69587;
}
.BgClassName
{
background-color: #C69587;
}
</style>
border-color css
<style>
span { border-color: #C69587; }
span { border-color: rgb(198,149,135); }
td.TdClassName
{
border-color: #C69587;
}
.TagClassName
{
border-color: #C69587;
}
</style>