Shades of Quicksand #C69684
Tints of Quicksand #C69684
RGB
CMYK
RGB Variations
Color information
#C69684 (or 0xC69684) is known color: Quicksand. HEX triplet: C6, 96 and 84. RGB value is (198,150,132). Sum of RGB (Red+Green+Blue) = 198+150+132=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69684 is #39697B. Grayscale: #A2A2A2. Windows color (decimal): -3762556 or 8689350. OLE color: 8689350.
HSL color Cylindrical-coordinate representation of color #C69684: hue angle of 16.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69684 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 132 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.22 |
| HSL | 16.36º | 0.37% | 0.65% | - |
| HSV(B) | 16.36º | 0.33% | 0.78% | - |
| XYZ | 38.36 | 35.48 | 26.66 | - |
| YUV | 162.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 132 | 0 | 0.24 | 0.33 | 0.22 | 16.36 | 0.37 | 0.65 |
| Hex | C6 | 96 | 84 | 0 | 18 | 21 | 16 | 10 | 25 | 41 |
| Octal | 306 | 226 | 204 | 0 | 30 | 41 | 26 | 20 | 45 | 101 |
| Binary | 11000110 | 10010110 | 10000100 | 0 | 11000 | 100001 | 10110 | 10000 | 100101 | 1000001 |
Color Harmonies of #C69684
Complementary color
Monochromatic Colors of #C69684
Black with #C69684
Text Example
Text Example
White with #C69684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69684; }
p { color: rgb(198,150,132); }
H1.HeaderClassName
{
color: #C69684;
}
.AnyTagClassName
{
color: #C69684;
}
</style>
background-color css
<style>
a { background-color: #C69684; }
a { background-color: rgb(198,150,132); }
div.DivClassName
{
background-color: #C69684;
}
.BgClassName
{
background-color: #C69684;
}
</style>
border-color css
<style>
span { border-color: #C69684; }
span { border-color: rgb(198,150,132); }
td.TdClassName
{
border-color: #C69684;
}
.TagClassName
{
border-color: #C69684;
}
</style>