Shades of Quicksand #C69B8D
Tints of Quicksand #C69B8D
RGB
CMYK
RGB Variations
Color information
#C69B8D (or 0xC69B8D) is known color: Quicksand. HEX triplet: C6, 9B and 8D. RGB value is (198,155,141). Sum of RGB (Red+Green+Blue) = 198+155+141=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B8D is #396472. Grayscale: #A6A6A6. Windows color (decimal): -3761267 or 9280454. OLE color: 9280454.
HSL color Cylindrical-coordinate representation of color #C69B8D: hue angle of 14.74º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69B8D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 141 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.22 |
| HSL | 14.74º | 0.33% | 0.66% | - |
| HSV(B) | 14.74º | 0.29% | 0.78% | - |
| XYZ | 39.82 | 37.37 | 30.31 | - |
| YUV | 166.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 141 | 0 | 0.22 | 0.29 | 0.22 | 14.74 | 0.33 | 0.66 |
| Hex | C6 | 9B | 8D | 0 | 16 | 1D | 16 | F | 21 | 42 |
| Octal | 306 | 233 | 215 | 0 | 26 | 35 | 26 | 17 | 41 | 102 |
| Binary | 11000110 | 10011011 | 10001101 | 0 | 10110 | 11101 | 10110 | 1111 | 100001 | 1000010 |
Color Harmonies of #C69B8D
Complementary color
Monochromatic Colors of #C69B8D
Black with #C69B8D
Text Example
Text Example
White with #C69B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B8D; }
p { color: rgb(198,155,141); }
H1.HeaderClassName
{
color: #C69B8D;
}
.AnyTagClassName
{
color: #C69B8D;
}
</style>
background-color css
<style>
a { background-color: #C69B8D; }
a { background-color: rgb(198,155,141); }
div.DivClassName
{
background-color: #C69B8D;
}
.BgClassName
{
background-color: #C69B8D;
}
</style>
border-color css
<style>
span { border-color: #C69B8D; }
span { border-color: rgb(198,155,141); }
td.TdClassName
{
border-color: #C69B8D;
}
.TagClassName
{
border-color: #C69B8D;
}
</style>