Shades of Quicksand #C69E8B
Tints of Quicksand #C69E8B
RGB
CMYK
RGB Variations
Color information
#C69E8B (or 0xC69E8B) is known color: Quicksand. HEX triplet: C6, 9E and 8B. RGB value is (198,158,139). Sum of RGB (Red+Green+Blue) = 198+158+139=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E8B is #396174. Grayscale: #A7A7A7. Windows color (decimal): -3760501 or 9150150. OLE color: 9150150.
HSL color Cylindrical-coordinate representation of color #C69E8B: hue angle of 19.32º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69E8B is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 139 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.22 |
| HSL | 19.32º | 0.34% | 0.66% | - |
| HSV(B) | 19.32º | 0.3% | 0.78% | - |
| XYZ | 40.18 | 38.32 | 29.71 | - |
| YUV | 167.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 139 | 0 | 0.20 | 0.30 | 0.22 | 19.32 | 0.34 | 0.66 |
| Hex | C6 | 9E | 8B | 0 | 14 | 1E | 16 | 13 | 22 | 42 |
| Octal | 306 | 236 | 213 | 0 | 24 | 36 | 26 | 23 | 42 | 102 |
| Binary | 11000110 | 10011110 | 10001011 | 0 | 10100 | 11110 | 10110 | 10011 | 100010 | 1000010 |
Color Harmonies of #C69E8B
Complementary color
Monochromatic Colors of #C69E8B
Black with #C69E8B
Text Example
Text Example
White with #C69E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E8B; }
p { color: rgb(198,158,139); }
H1.HeaderClassName
{
color: #C69E8B;
}
.AnyTagClassName
{
color: #C69E8B;
}
</style>
background-color css
<style>
a { background-color: #C69E8B; }
a { background-color: rgb(198,158,139); }
div.DivClassName
{
background-color: #C69E8B;
}
.BgClassName
{
background-color: #C69E8B;
}
</style>
border-color css
<style>
span { border-color: #C69E8B; }
span { border-color: rgb(198,158,139); }
td.TdClassName
{
border-color: #C69E8B;
}
.TagClassName
{
border-color: #C69E8B;
}
</style>