Shades of Quicksand #C69F92
Tints of Quicksand #C69F92
RGB
CMYK
RGB Variations
Color information
#C69F92 (or 0xC69F92) is known color: Quicksand. HEX triplet: C6, 9F and 92. RGB value is (198,159,146). Sum of RGB (Red+Green+Blue) = 198+159+146=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F92 is #39606D. Grayscale: #A9A9A9. Windows color (decimal): -3760238 or 9609158. OLE color: 9609158.
HSL color Cylindrical-coordinate representation of color #C69F92: hue angle of 15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69F92 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 146 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.22 |
| HSL | 15º | 0.31% | 0.67% | - |
| HSV(B) | 15º | 0.26% | 0.78% | - |
| XYZ | 40.88 | 38.88 | 32.54 | - |
| YUV | 169.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 146 | 0 | 0.20 | 0.26 | 0.22 | 15 | 0.31 | 0.67 |
| Hex | C6 | 9F | 92 | 0 | 14 | 1A | 16 | F | 1F | 43 |
| Octal | 306 | 237 | 222 | 0 | 24 | 32 | 26 | 17 | 37 | 103 |
| Binary | 11000110 | 10011111 | 10010010 | 0 | 10100 | 11010 | 10110 | 1111 | 11111 | 1000011 |
Color Harmonies of #C69F92
Complementary color
Monochromatic Colors of #C69F92
Black with #C69F92
Text Example
Text Example
White with #C69F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F92; }
p { color: rgb(198,159,146); }
H1.HeaderClassName
{
color: #C69F92;
}
.AnyTagClassName
{
color: #C69F92;
}
</style>
background-color css
<style>
a { background-color: #C69F92; }
a { background-color: rgb(198,159,146); }
div.DivClassName
{
background-color: #C69F92;
}
.BgClassName
{
background-color: #C69F92;
}
</style>
border-color css
<style>
span { border-color: #C69F92; }
span { border-color: rgb(198,159,146); }
td.TdClassName
{
border-color: #C69F92;
}
.TagClassName
{
border-color: #C69F92;
}
</style>