Shades of Quicksand #C69B8A
Tints of Quicksand #C69B8A
RGB
CMYK
RGB Variations
Color information
#C69B8A (or 0xC69B8A) is known color: Quicksand. HEX triplet: C6, 9B and 8A. RGB value is (198,155,138). Sum of RGB (Red+Green+Blue) = 198+155+138=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B8A is #396475. Grayscale: #A6A6A6. Windows color (decimal): -3761270 or 9083846. OLE color: 9083846.
HSL color Cylindrical-coordinate representation of color #C69B8A: hue angle of 17º 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 #C69B8A is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 138 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.22 |
| HSL | 17º | 0.34% | 0.66% | - |
| HSV(B) | 17º | 0.3% | 0.78% | - |
| XYZ | 39.6 | 37.28 | 29.15 | - |
| YUV | 165.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 138 | 0 | 0.22 | 0.30 | 0.22 | 17 | 0.34 | 0.66 |
| Hex | C6 | 9B | 8A | 0 | 16 | 1E | 16 | 11 | 22 | 42 |
| Octal | 306 | 233 | 212 | 0 | 26 | 36 | 26 | 21 | 42 | 102 |
| Binary | 11000110 | 10011011 | 10001010 | 0 | 10110 | 11110 | 10110 | 10001 | 100010 | 1000010 |
Color Harmonies of #C69B8A
Complementary color
Monochromatic Colors of #C69B8A
Black with #C69B8A
Text Example
Text Example
White with #C69B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B8A; }
p { color: rgb(198,155,138); }
H1.HeaderClassName
{
color: #C69B8A;
}
.AnyTagClassName
{
color: #C69B8A;
}
</style>
background-color css
<style>
a { background-color: #C69B8A; }
a { background-color: rgb(198,155,138); }
div.DivClassName
{
background-color: #C69B8A;
}
.BgClassName
{
background-color: #C69B8A;
}
</style>
border-color css
<style>
span { border-color: #C69B8A; }
span { border-color: rgb(198,155,138); }
td.TdClassName
{
border-color: #C69B8A;
}
.TagClassName
{
border-color: #C69B8A;
}
</style>