Shades of Quicksand #C69C91
Tints of Quicksand #C69C91
RGB
CMYK
RGB Variations
Color information
#C69C91 (or 0xC69C91) is known color: Quicksand. HEX triplet: C6, 9C and 91. RGB value is (198,156,145). Sum of RGB (Red+Green+Blue) = 198+156+145=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C91 is #39636E. Grayscale: #A7A7A7. Windows color (decimal): -3761007 or 9542854. OLE color: 9542854.
HSL color Cylindrical-coordinate representation of color #C69C91: hue angle of 12.45º 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 #C69C91 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 145 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.22 |
| HSL | 12.45º | 0.32% | 0.67% | - |
| HSV(B) | 12.45º | 0.27% | 0.78% | - |
| XYZ | 40.29 | 37.83 | 31.97 | - |
| YUV | 167.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 145 | 0 | 0.21 | 0.27 | 0.22 | 12.45 | 0.32 | 0.67 |
| Hex | C6 | 9C | 91 | 0 | 15 | 1B | 16 | C | 20 | 43 |
| Octal | 306 | 234 | 221 | 0 | 25 | 33 | 26 | 14 | 40 | 103 |
| Binary | 11000110 | 10011100 | 10010001 | 0 | 10101 | 11011 | 10110 | 1100 | 100000 | 1000011 |
Color Harmonies of #C69C91
Complementary color
Monochromatic Colors of #C69C91
Black with #C69C91
Text Example
Text Example
White with #C69C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C91; }
p { color: rgb(198,156,145); }
H1.HeaderClassName
{
color: #C69C91;
}
.AnyTagClassName
{
color: #C69C91;
}
</style>
background-color css
<style>
a { background-color: #C69C91; }
a { background-color: rgb(198,156,145); }
div.DivClassName
{
background-color: #C69C91;
}
.BgClassName
{
background-color: #C69C91;
}
</style>
border-color css
<style>
span { border-color: #C69C91; }
span { border-color: rgb(198,156,145); }
td.TdClassName
{
border-color: #C69C91;
}
.TagClassName
{
border-color: #C69C91;
}
</style>