Shades of Quicksand #C69A8B
Tints of Quicksand #C69A8B
RGB
CMYK
RGB Variations
Color information
#C69A8B (or 0xC69A8B) is known color: Quicksand. HEX triplet: C6, 9A and 8B. RGB value is (198,154,139). Sum of RGB (Red+Green+Blue) = 198+154+139=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A8B is #396574. Grayscale: #A5A5A5. Windows color (decimal): -3761525 or 9149126. OLE color: 9149126.
HSL color Cylindrical-coordinate representation of color #C69A8B: hue angle of 15.25º 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 #C69A8B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 139 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.22 |
| HSL | 15.25º | 0.34% | 0.66% | - |
| HSV(B) | 15.25º | 0.3% | 0.78% | - |
| XYZ | 39.5 | 36.98 | 29.48 | - |
| YUV | 165.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 139 | 0 | 0.22 | 0.30 | 0.22 | 15.25 | 0.34 | 0.66 |
| Hex | C6 | 9A | 8B | 0 | 16 | 1E | 16 | F | 22 | 42 |
| Octal | 306 | 232 | 213 | 0 | 26 | 36 | 26 | 17 | 42 | 102 |
| Binary | 11000110 | 10011010 | 10001011 | 0 | 10110 | 11110 | 10110 | 1111 | 100010 | 1000010 |
Color Harmonies of #C69A8B
Complementary color
Monochromatic Colors of #C69A8B
Black with #C69A8B
Text Example
Text Example
White with #C69A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A8B; }
p { color: rgb(198,154,139); }
H1.HeaderClassName
{
color: #C69A8B;
}
.AnyTagClassName
{
color: #C69A8B;
}
</style>
background-color css
<style>
a { background-color: #C69A8B; }
a { background-color: rgb(198,154,139); }
div.DivClassName
{
background-color: #C69A8B;
}
.BgClassName
{
background-color: #C69A8B;
}
</style>
border-color css
<style>
span { border-color: #C69A8B; }
span { border-color: rgb(198,154,139); }
td.TdClassName
{
border-color: #C69A8B;
}
.TagClassName
{
border-color: #C69A8B;
}
</style>