Shades of Quicksand #C69D91
Tints of Quicksand #C69D91
RGB
CMYK
RGB Variations
Color information
#C69D91 (or 0xC69D91) is known color: Quicksand. HEX triplet: C6, 9D and 91. RGB value is (198,157,145). Sum of RGB (Red+Green+Blue) = 198+157+145=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D91 is #39626E. Grayscale: #A7A7A7. Windows color (decimal): -3760751 or 9543110. OLE color: 9543110.
HSL color Cylindrical-coordinate representation of color #C69D91: hue angle of 13.58º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69D91 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 145 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.22 |
| HSL | 13.58º | 0.32% | 0.67% | - |
| HSV(B) | 13.58º | 0.27% | 0.78% | - |
| XYZ | 40.46 | 38.16 | 32.02 | - |
| YUV | 167.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 145 | 0 | 0.21 | 0.27 | 0.22 | 13.58 | 0.32 | 0.67 |
| Hex | C6 | 9D | 91 | 0 | 15 | 1B | 16 | E | 20 | 43 |
| Octal | 306 | 235 | 221 | 0 | 25 | 33 | 26 | 16 | 40 | 103 |
| Binary | 11000110 | 10011101 | 10010001 | 0 | 10101 | 11011 | 10110 | 1110 | 100000 | 1000011 |
Color Harmonies of #C69D91
Complementary color
Monochromatic Colors of #C69D91
Black with #C69D91
Text Example
Text Example
White with #C69D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D91; }
p { color: rgb(198,157,145); }
H1.HeaderClassName
{
color: #C69D91;
}
.AnyTagClassName
{
color: #C69D91;
}
</style>
background-color css
<style>
a { background-color: #C69D91; }
a { background-color: rgb(198,157,145); }
div.DivClassName
{
background-color: #C69D91;
}
.BgClassName
{
background-color: #C69D91;
}
</style>
border-color css
<style>
span { border-color: #C69D91; }
span { border-color: rgb(198,157,145); }
td.TdClassName
{
border-color: #C69D91;
}
.TagClassName
{
border-color: #C69D91;
}
</style>