Shades of Quicksand #C09385
Tints of Quicksand #C09385
RGB
CMYK
RGB Variations
Color information
#C09385 (or 0xC09385) is known color: Quicksand. HEX triplet: C0, 93 and 85. RGB value is (192,147,133). Sum of RGB (Red+Green+Blue) = 192+147+133=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C09385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09385 is #3F6C7A. Grayscale: #9E9E9E. Windows color (decimal): -4156539 or 8754112. OLE color: 8754112.
HSL color Cylindrical-coordinate representation of color #C09385: hue angle of 14.24º 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 #C09385 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 133 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.25 |
| HSL | 14.24º | 0.32% | 0.64% | - |
| HSV(B) | 14.24º | 0.31% | 0.75% | - |
| XYZ | 36.41 | 33.77 | 26.79 | - |
| YUV | 158.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 133 | 0 | 0.23 | 0.31 | 0.25 | 14.24 | 0.32 | 0.64 |
| Hex | C0 | 93 | 85 | 0 | 17 | 1F | 19 | E | 20 | 40 |
| Octal | 300 | 223 | 205 | 0 | 27 | 37 | 31 | 16 | 40 | 100 |
| Binary | 11000000 | 10010011 | 10000101 | 0 | 10111 | 11111 | 11001 | 1110 | 100000 | 1000000 |
Color Harmonies of #C09385
Complementary color
Monochromatic Colors of #C09385
Black with #C09385
Text Example
Text Example
White with #C09385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09385; }
p { color: rgb(192,147,133); }
H1.HeaderClassName
{
color: #C09385;
}
.AnyTagClassName
{
color: #C09385;
}
</style>
background-color css
<style>
a { background-color: #C09385; }
a { background-color: rgb(192,147,133); }
div.DivClassName
{
background-color: #C09385;
}
.BgClassName
{
background-color: #C09385;
}
</style>
border-color css
<style>
span { border-color: #C09385; }
span { border-color: rgb(192,147,133); }
td.TdClassName
{
border-color: #C09385;
}
.TagClassName
{
border-color: #C09385;
}
</style>