Shades of Quicksand #C69E92
Tints of Quicksand #C69E92
RGB
CMYK
RGB Variations
Color information
#C69E92 (or 0xC69E92) is known color: Quicksand. HEX triplet: C6, 9E and 92. RGB value is (198,158,146). Sum of RGB (Red+Green+Blue) = 198+158+146=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E92 is #39616D. Grayscale: #A8A8A8. Windows color (decimal): -3760494 or 9608902. OLE color: 9608902.
HSL color Cylindrical-coordinate representation of color #C69E92: hue angle of 13.85º 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 #C69E92 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 146 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.22 |
| HSL | 13.85º | 0.31% | 0.67% | - |
| HSV(B) | 13.85º | 0.26% | 0.78% | - |
| XYZ | 40.7 | 38.53 | 32.49 | - |
| YUV | 168.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 146 | 0 | 0.20 | 0.26 | 0.22 | 13.85 | 0.31 | 0.67 |
| Hex | C6 | 9E | 92 | 0 | 14 | 1A | 16 | E | 1F | 43 |
| Octal | 306 | 236 | 222 | 0 | 24 | 32 | 26 | 16 | 37 | 103 |
| Binary | 11000110 | 10011110 | 10010010 | 0 | 10100 | 11010 | 10110 | 1110 | 11111 | 1000011 |
Color Harmonies of #C69E92
Complementary color
Monochromatic Colors of #C69E92
Black with #C69E92
Text Example
Text Example
White with #C69E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E92; }
p { color: rgb(198,158,146); }
H1.HeaderClassName
{
color: #C69E92;
}
.AnyTagClassName
{
color: #C69E92;
}
</style>
background-color css
<style>
a { background-color: #C69E92; }
a { background-color: rgb(198,158,146); }
div.DivClassName
{
background-color: #C69E92;
}
.BgClassName
{
background-color: #C69E92;
}
</style>
border-color css
<style>
span { border-color: #C69E92; }
span { border-color: rgb(198,158,146); }
td.TdClassName
{
border-color: #C69E92;
}
.TagClassName
{
border-color: #C69E92;
}
</style>