Shades of Quicksand #C09384
Tints of Quicksand #C09384
RGB
CMYK
RGB Variations
Color information
#C09384 (or 0xC09384) is known color: Quicksand. HEX triplet: C0, 93 and 84. RGB value is (192,147,132). Sum of RGB (Red+Green+Blue) = 192+147+132=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09384 is #3F6C7B. Grayscale: #9E9E9E. Windows color (decimal): -4156540 or 8688576. OLE color: 8688576.
HSL color Cylindrical-coordinate representation of color #C09384: hue angle of 15º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09384 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 132 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.25 |
| HSL | 15º | 0.32% | 0.64% | - |
| HSV(B) | 15º | 0.31% | 0.75% | - |
| XYZ | 36.34 | 33.74 | 26.43 | - |
| YUV | 158.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 132 | 0 | 0.23 | 0.31 | 0.25 | 15 | 0.32 | 0.64 |
| Hex | C0 | 93 | 84 | 0 | 17 | 1F | 19 | F | 20 | 40 |
| Octal | 300 | 223 | 204 | 0 | 27 | 37 | 31 | 17 | 40 | 100 |
| Binary | 11000000 | 10010011 | 10000100 | 0 | 10111 | 11111 | 11001 | 1111 | 100000 | 1000000 |
Color Harmonies of #C09384
Complementary color
Monochromatic Colors of #C09384
Black with #C09384
Text Example
Text Example
White with #C09384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09384; }
p { color: rgb(192,147,132); }
H1.HeaderClassName
{
color: #C09384;
}
.AnyTagClassName
{
color: #C09384;
}
</style>
background-color css
<style>
a { background-color: #C09384; }
a { background-color: rgb(192,147,132); }
div.DivClassName
{
background-color: #C09384;
}
.BgClassName
{
background-color: #C09384;
}
</style>
border-color css
<style>
span { border-color: #C09384; }
span { border-color: rgb(192,147,132); }
td.TdClassName
{
border-color: #C09384;
}
.TagClassName
{
border-color: #C09384;
}
</style>