Shades of Quicksand #C09D8B
Tints of Quicksand #C09D8B
RGB
CMYK
RGB Variations
Color information
#C09D8B (or 0xC09D8B) is known color: Quicksand. HEX triplet: C0, 9D and 8B. RGB value is (192,157,139). Sum of RGB (Red+Green+Blue) = 192+157+139=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D8B is #3F6274. Grayscale: #A5A5A5. Windows color (decimal): -4153973 or 9149888. OLE color: 9149888.
HSL color Cylindrical-coordinate representation of color #C09D8B: hue angle of 20.38º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09D8B is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 139 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.25 |
| HSL | 20.38º | 0.3% | 0.65% | - |
| HSV(B) | 20.38º | 0.28% | 0.75% | - |
| XYZ | 38.46 | 37.18 | 29.58 | - |
| YUV | 165.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 139 | 0 | 0.18 | 0.28 | 0.25 | 20.38 | 0.3 | 0.65 |
| Hex | C0 | 9D | 8B | 0 | 12 | 1C | 19 | 14 | 1E | 41 |
| Octal | 300 | 235 | 213 | 0 | 22 | 34 | 31 | 24 | 36 | 101 |
| Binary | 11000000 | 10011101 | 10001011 | 0 | 10010 | 11100 | 11001 | 10100 | 11110 | 1000001 |
Color Harmonies of #C09D8B
Complementary color
Monochromatic Colors of #C09D8B
Black with #C09D8B
Text Example
Text Example
White with #C09D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D8B; }
p { color: rgb(192,157,139); }
H1.HeaderClassName
{
color: #C09D8B;
}
.AnyTagClassName
{
color: #C09D8B;
}
</style>
background-color css
<style>
a { background-color: #C09D8B; }
a { background-color: rgb(192,157,139); }
div.DivClassName
{
background-color: #C09D8B;
}
.BgClassName
{
background-color: #C09D8B;
}
</style>
border-color css
<style>
span { border-color: #C09D8B; }
span { border-color: rgb(192,157,139); }
td.TdClassName
{
border-color: #C09D8B;
}
.TagClassName
{
border-color: #C09D8B;
}
</style>