Shades of Quicksand #C69787
Tints of Quicksand #C69787
RGB
CMYK
RGB Variations
Color information
#C69787 (or 0xC69787) is known color: Quicksand. HEX triplet: C6, 97 and 87. RGB value is (198,151,135). Sum of RGB (Red+Green+Blue) = 198+151+135=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C69787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69787 is #396878. Grayscale: #A3A3A3. Windows color (decimal): -3762297 or 8886214. OLE color: 8886214.
HSL color Cylindrical-coordinate representation of color #C69787: hue angle of 15.24º 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 #C69787 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 135 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.22 |
| HSL | 15.24º | 0.36% | 0.65% | - |
| HSV(B) | 15.24º | 0.32% | 0.78% | - |
| XYZ | 38.73 | 35.89 | 27.81 | - |
| YUV | 163.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 135 | 0 | 0.24 | 0.32 | 0.22 | 15.24 | 0.36 | 0.65 |
| Hex | C6 | 97 | 87 | 0 | 18 | 20 | 16 | F | 24 | 41 |
| Octal | 306 | 227 | 207 | 0 | 30 | 40 | 26 | 17 | 44 | 101 |
| Binary | 11000110 | 10010111 | 10000111 | 0 | 11000 | 100000 | 10110 | 1111 | 100100 | 1000001 |
Color Harmonies of #C69787
Complementary color
Monochromatic Colors of #C69787
Black with #C69787
Text Example
Text Example
White with #C69787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69787; }
p { color: rgb(198,151,135); }
H1.HeaderClassName
{
color: #C69787;
}
.AnyTagClassName
{
color: #C69787;
}
</style>
background-color css
<style>
a { background-color: #C69787; }
a { background-color: rgb(198,151,135); }
div.DivClassName
{
background-color: #C69787;
}
.BgClassName
{
background-color: #C69787;
}
</style>
border-color css
<style>
span { border-color: #C69787; }
span { border-color: rgb(198,151,135); }
td.TdClassName
{
border-color: #C69787;
}
.TagClassName
{
border-color: #C69787;
}
</style>