Shades of Quicksand #C69F8E
Tints of Quicksand #C69F8E
RGB
CMYK
RGB Variations
Color information
#C69F8E (or 0xC69F8E) is known color: Quicksand. HEX triplet: C6, 9F and 8E. RGB value is (198,159,142). Sum of RGB (Red+Green+Blue) = 198+159+142=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F8E is #396071. Grayscale: #A8A8A8. Windows color (decimal): -3760242 or 9347014. OLE color: 9347014.
HSL color Cylindrical-coordinate representation of color #C69F8E: hue angle of 18.21º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69F8E is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 142 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.22 |
| HSL | 18.21º | 0.33% | 0.67% | - |
| HSV(B) | 18.21º | 0.28% | 0.78% | - |
| XYZ | 40.57 | 38.76 | 30.93 | - |
| YUV | 168.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 142 | 0 | 0.20 | 0.28 | 0.22 | 18.21 | 0.33 | 0.67 |
| Hex | C6 | 9F | 8E | 0 | 14 | 1C | 16 | 12 | 21 | 43 |
| Octal | 306 | 237 | 216 | 0 | 24 | 34 | 26 | 22 | 41 | 103 |
| Binary | 11000110 | 10011111 | 10001110 | 0 | 10100 | 11100 | 10110 | 10010 | 100001 | 1000011 |
Color Harmonies of #C69F8E
Complementary color
Monochromatic Colors of #C69F8E
Black with #C69F8E
Text Example
Text Example
White with #C69F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F8E; }
p { color: rgb(198,159,142); }
H1.HeaderClassName
{
color: #C69F8E;
}
.AnyTagClassName
{
color: #C69F8E;
}
</style>
background-color css
<style>
a { background-color: #C69F8E; }
a { background-color: rgb(198,159,142); }
div.DivClassName
{
background-color: #C69F8E;
}
.BgClassName
{
background-color: #C69F8E;
}
</style>
border-color css
<style>
span { border-color: #C69F8E; }
span { border-color: rgb(198,159,142); }
td.TdClassName
{
border-color: #C69F8E;
}
.TagClassName
{
border-color: #C69F8E;
}
</style>