Shades of Quicksand #C69B8E
Tints of Quicksand #C69B8E
RGB
CMYK
RGB Variations
Color information
#C69B8E (or 0xC69B8E) is known color: Quicksand. HEX triplet: C6, 9B and 8E. RGB value is (198,155,142). Sum of RGB (Red+Green+Blue) = 198+155+142=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B8E is #396471. Grayscale: #A6A6A6. Windows color (decimal): -3761266 or 9345990. OLE color: 9345990.
HSL color Cylindrical-coordinate representation of color #C69B8E: hue angle of 13.93º 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 #C69B8E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 142 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.22 |
| HSL | 13.93º | 0.33% | 0.67% | - |
| HSV(B) | 13.93º | 0.28% | 0.78% | - |
| XYZ | 39.89 | 37.4 | 30.71 | - |
| YUV | 166.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 142 | 0 | 0.22 | 0.28 | 0.22 | 13.93 | 0.33 | 0.67 |
| Hex | C6 | 9B | 8E | 0 | 16 | 1C | 16 | E | 21 | 43 |
| Octal | 306 | 233 | 216 | 0 | 26 | 34 | 26 | 16 | 41 | 103 |
| Binary | 11000110 | 10011011 | 10001110 | 0 | 10110 | 11100 | 10110 | 1110 | 100001 | 1000011 |
Color Harmonies of #C69B8E
Complementary color
Monochromatic Colors of #C69B8E
Black with #C69B8E
Text Example
Text Example
White with #C69B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B8E; }
p { color: rgb(198,155,142); }
H1.HeaderClassName
{
color: #C69B8E;
}
.AnyTagClassName
{
color: #C69B8E;
}
</style>
background-color css
<style>
a { background-color: #C69B8E; }
a { background-color: rgb(198,155,142); }
div.DivClassName
{
background-color: #C69B8E;
}
.BgClassName
{
background-color: #C69B8E;
}
</style>
border-color css
<style>
span { border-color: #C69B8E; }
span { border-color: rgb(198,155,142); }
td.TdClassName
{
border-color: #C69B8E;
}
.TagClassName
{
border-color: #C69B8E;
}
</style>