Shades of Quicksand #C69D8A
Tints of Quicksand #C69D8A
RGB
CMYK
RGB Variations
Color information
#C69D8A (or 0xC69D8A) is known color: Quicksand. HEX triplet: C6, 9D and 8A. RGB value is (198,157,138). Sum of RGB (Red+Green+Blue) = 198+157+138=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D8A is #396275. Grayscale: #A7A7A7. Windows color (decimal): -3760758 or 9084358. OLE color: 9084358.
HSL color Cylindrical-coordinate representation of color #C69D8A: hue angle of 19º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69D8A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 138 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.22 |
| HSL | 19º | 0.34% | 0.66% | - |
| HSV(B) | 19º | 0.3% | 0.78% | - |
| XYZ | 39.93 | 37.95 | 29.27 | - |
| YUV | 167.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 138 | 0 | 0.21 | 0.30 | 0.22 | 19 | 0.34 | 0.66 |
| Hex | C6 | 9D | 8A | 0 | 15 | 1E | 16 | 13 | 22 | 42 |
| Octal | 306 | 235 | 212 | 0 | 25 | 36 | 26 | 23 | 42 | 102 |
| Binary | 11000110 | 10011101 | 10001010 | 0 | 10101 | 11110 | 10110 | 10011 | 100010 | 1000010 |
Color Harmonies of #C69D8A
Complementary color
Monochromatic Colors of #C69D8A
Black with #C69D8A
Text Example
Text Example
White with #C69D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D8A; }
p { color: rgb(198,157,138); }
H1.HeaderClassName
{
color: #C69D8A;
}
.AnyTagClassName
{
color: #C69D8A;
}
</style>
background-color css
<style>
a { background-color: #C69D8A; }
a { background-color: rgb(198,157,138); }
div.DivClassName
{
background-color: #C69D8A;
}
.BgClassName
{
background-color: #C69D8A;
}
</style>
border-color css
<style>
span { border-color: #C69D8A; }
span { border-color: rgb(198,157,138); }
td.TdClassName
{
border-color: #C69D8A;
}
.TagClassName
{
border-color: #C69D8A;
}
</style>