Shades of Quicksand #C69991
Tints of Quicksand #C69991
RGB
CMYK
RGB Variations
Color information
#C69991 (or 0xC69991) is known color: Quicksand. HEX triplet: C6, 99 and 91. RGB value is (198,153,145). Sum of RGB (Red+Green+Blue) = 198+153+145=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C69991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69991 is #39666E. Grayscale: #A5A5A5. Windows color (decimal): -3761775 or 9542086. OLE color: 9542086.
HSL color Cylindrical-coordinate representation of color #C69991: hue angle of 9.06º 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 #C69991 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 145 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.22 |
| HSL | 9.06º | 0.32% | 0.67% | - |
| HSV(B) | 9.06º | 0.27% | 0.78% | - |
| XYZ | 39.79 | 36.83 | 31.8 | - |
| YUV | 165.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 145 | 0 | 0.23 | 0.27 | 0.22 | 9.06 | 0.32 | 0.67 |
| Hex | C6 | 99 | 91 | 0 | 17 | 1B | 16 | 9 | 20 | 43 |
| Octal | 306 | 231 | 221 | 0 | 27 | 33 | 26 | 11 | 40 | 103 |
| Binary | 11000110 | 10011001 | 10010001 | 0 | 10111 | 11011 | 10110 | 1001 | 100000 | 1000011 |
Color Harmonies of #C69991
Complementary color
Monochromatic Colors of #C69991
Black with #C69991
Text Example
Text Example
White with #C69991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69991; }
p { color: rgb(198,153,145); }
H1.HeaderClassName
{
color: #C69991;
}
.AnyTagClassName
{
color: #C69991;
}
</style>
background-color css
<style>
a { background-color: #C69991; }
a { background-color: rgb(198,153,145); }
div.DivClassName
{
background-color: #C69991;
}
.BgClassName
{
background-color: #C69991;
}
</style>
border-color css
<style>
span { border-color: #C69991; }
span { border-color: rgb(198,153,145); }
td.TdClassName
{
border-color: #C69991;
}
.TagClassName
{
border-color: #C69991;
}
</style>