Shades of Quicksand #C69B8B
Tints of Quicksand #C69B8B
RGB
CMYK
RGB Variations
Color information
#C69B8B (or 0xC69B8B) is known color: Quicksand. HEX triplet: C6, 9B and 8B. RGB value is (198,155,139). Sum of RGB (Red+Green+Blue) = 198+155+139=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B8B is #396474. Grayscale: #A6A6A6. Windows color (decimal): -3761269 or 9149382. OLE color: 9149382.
HSL color Cylindrical-coordinate representation of color #C69B8B: hue angle of 16.27º 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 #C69B8B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 139 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.22 |
| HSL | 16.27º | 0.34% | 0.66% | - |
| HSV(B) | 16.27º | 0.3% | 0.78% | - |
| XYZ | 39.67 | 37.31 | 29.54 | - |
| YUV | 166.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 139 | 0 | 0.22 | 0.30 | 0.22 | 16.27 | 0.34 | 0.66 |
| Hex | C6 | 9B | 8B | 0 | 16 | 1E | 16 | 10 | 22 | 42 |
| Octal | 306 | 233 | 213 | 0 | 26 | 36 | 26 | 20 | 42 | 102 |
| Binary | 11000110 | 10011011 | 10001011 | 0 | 10110 | 11110 | 10110 | 10000 | 100010 | 1000010 |
Color Harmonies of #C69B8B
Complementary color
Monochromatic Colors of #C69B8B
Black with #C69B8B
Text Example
Text Example
White with #C69B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B8B; }
p { color: rgb(198,155,139); }
H1.HeaderClassName
{
color: #C69B8B;
}
.AnyTagClassName
{
color: #C69B8B;
}
</style>
background-color css
<style>
a { background-color: #C69B8B; }
a { background-color: rgb(198,155,139); }
div.DivClassName
{
background-color: #C69B8B;
}
.BgClassName
{
background-color: #C69B8B;
}
</style>
border-color css
<style>
span { border-color: #C69B8B; }
span { border-color: rgb(198,155,139); }
td.TdClassName
{
border-color: #C69B8B;
}
.TagClassName
{
border-color: #C69B8B;
}
</style>