Shades of Quicksand #C09689
Tints of Quicksand #C09689
RGB
CMYK
RGB Variations
Color information
#C09689 (or 0xC09689) is known color: Quicksand. HEX triplet: C0, 96 and 89. RGB value is (192,150,137). Sum of RGB (Red+Green+Blue) = 192+150+137=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C09689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09689 is #3F6976. Grayscale: #A1A1A1. Windows color (decimal): -4155767 or 9017024. OLE color: 9017024.
HSL color Cylindrical-coordinate representation of color #C09689: hue angle of 14.18º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09689 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 137 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.25 |
| HSL | 14.18º | 0.3% | 0.65% | - |
| HSV(B) | 14.18º | 0.29% | 0.75% | - |
| XYZ | 37.16 | 34.83 | 28.43 | - |
| YUV | 161.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 137 | 0 | 0.22 | 0.29 | 0.25 | 14.18 | 0.3 | 0.65 |
| Hex | C0 | 96 | 89 | 0 | 16 | 1D | 19 | E | 1E | 41 |
| Octal | 300 | 226 | 211 | 0 | 26 | 35 | 31 | 16 | 36 | 101 |
| Binary | 11000000 | 10010110 | 10001001 | 0 | 10110 | 11101 | 11001 | 1110 | 11110 | 1000001 |
Color Harmonies of #C09689
Complementary color
Monochromatic Colors of #C09689
Black with #C09689
Text Example
Text Example
White with #C09689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09689; }
p { color: rgb(192,150,137); }
H1.HeaderClassName
{
color: #C09689;
}
.AnyTagClassName
{
color: #C09689;
}
</style>
background-color css
<style>
a { background-color: #C09689; }
a { background-color: rgb(192,150,137); }
div.DivClassName
{
background-color: #C09689;
}
.BgClassName
{
background-color: #C09689;
}
</style>
border-color css
<style>
span { border-color: #C09689; }
span { border-color: rgb(192,150,137); }
td.TdClassName
{
border-color: #C09689;
}
.TagClassName
{
border-color: #C09689;
}
</style>