Shades of Quicksand #C09489
Tints of Quicksand #C09489
RGB
CMYK
RGB Variations
Color information
#C09489 (or 0xC09489) is known color: Quicksand. HEX triplet: C0, 94 and 89. RGB value is (192,148,137). Sum of RGB (Red+Green+Blue) = 192+148+137=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C09489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09489 is #3F6B76. Grayscale: #9F9F9F. Windows color (decimal): -4156279 or 9016512. OLE color: 9016512.
HSL color Cylindrical-coordinate representation of color #C09489: hue angle of 12º 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 #C09489 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 137 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.25 |
| HSL | 12º | 0.3% | 0.65% | - |
| HSV(B) | 12º | 0.29% | 0.75% | - |
| XYZ | 36.84 | 34.19 | 28.32 | - |
| YUV | 159.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 137 | 0 | 0.23 | 0.29 | 0.25 | 12 | 0.3 | 0.65 |
| Hex | C0 | 94 | 89 | 0 | 17 | 1D | 19 | C | 1E | 41 |
| Octal | 300 | 224 | 211 | 0 | 27 | 35 | 31 | 14 | 36 | 101 |
| Binary | 11000000 | 10010100 | 10001001 | 0 | 10111 | 11101 | 11001 | 1100 | 11110 | 1000001 |
Color Harmonies of #C09489
Complementary color
Monochromatic Colors of #C09489
Black with #C09489
Text Example
Text Example
White with #C09489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09489; }
p { color: rgb(192,148,137); }
H1.HeaderClassName
{
color: #C09489;
}
.AnyTagClassName
{
color: #C09489;
}
</style>
background-color css
<style>
a { background-color: #C09489; }
a { background-color: rgb(192,148,137); }
div.DivClassName
{
background-color: #C09489;
}
.BgClassName
{
background-color: #C09489;
}
</style>
border-color css
<style>
span { border-color: #C09489; }
span { border-color: rgb(192,148,137); }
td.TdClassName
{
border-color: #C09489;
}
.TagClassName
{
border-color: #C09489;
}
</style>