Shades of Quicksand #C69C8D
Tints of Quicksand #C69C8D
RGB
CMYK
RGB Variations
Color information
#C69C8D (or 0xC69C8D) is known color: Quicksand. HEX triplet: C6, 9C and 8D. RGB value is (198,156,141). Sum of RGB (Red+Green+Blue) = 198+156+141=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C8D is #396372. Grayscale: #A6A6A6. Windows color (decimal): -3761011 or 9280710. OLE color: 9280710.
HSL color Cylindrical-coordinate representation of color #C69C8D: hue angle of 15.79º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69C8D is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 141 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.22 |
| HSL | 15.79º | 0.33% | 0.66% | - |
| HSV(B) | 15.79º | 0.29% | 0.78% | - |
| XYZ | 39.98 | 37.71 | 30.37 | - |
| YUV | 166.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 141 | 0 | 0.21 | 0.29 | 0.22 | 15.79 | 0.33 | 0.66 |
| Hex | C6 | 9C | 8D | 0 | 15 | 1D | 16 | 10 | 21 | 42 |
| Octal | 306 | 234 | 215 | 0 | 25 | 35 | 26 | 20 | 41 | 102 |
| Binary | 11000110 | 10011100 | 10001101 | 0 | 10101 | 11101 | 10110 | 10000 | 100001 | 1000010 |
Color Harmonies of #C69C8D
Complementary color
Monochromatic Colors of #C69C8D
Black with #C69C8D
Text Example
Text Example
White with #C69C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C8D; }
p { color: rgb(198,156,141); }
H1.HeaderClassName
{
color: #C69C8D;
}
.AnyTagClassName
{
color: #C69C8D;
}
</style>
background-color css
<style>
a { background-color: #C69C8D; }
a { background-color: rgb(198,156,141); }
div.DivClassName
{
background-color: #C69C8D;
}
.BgClassName
{
background-color: #C69C8D;
}
</style>
border-color css
<style>
span { border-color: #C69C8D; }
span { border-color: rgb(198,156,141); }
td.TdClassName
{
border-color: #C69C8D;
}
.TagClassName
{
border-color: #C69C8D;
}
</style>