Shades of Quicksand #C09184
Tints of Quicksand #C09184
RGB
CMYK
RGB Variations
Color information
#C09184 (or 0xC09184) is known color: Quicksand. HEX triplet: C0, 91 and 84. RGB value is (192,145,132). Sum of RGB (Red+Green+Blue) = 192+145+132=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C09184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09184 is #3F6E7B. Grayscale: #9D9D9D. Windows color (decimal): -4157052 or 8688064. OLE color: 8688064.
HSL color Cylindrical-coordinate representation of color #C09184: hue angle of 13º 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 #C09184 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 132 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.25 |
| HSL | 13º | 0.32% | 0.64% | - |
| HSV(B) | 13º | 0.31% | 0.75% | - |
| XYZ | 36.03 | 33.12 | 26.32 | - |
| YUV | 157.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 132 | 0 | 0.24 | 0.31 | 0.25 | 13 | 0.32 | 0.64 |
| Hex | C0 | 91 | 84 | 0 | 18 | 1F | 19 | D | 20 | 40 |
| Octal | 300 | 221 | 204 | 0 | 30 | 37 | 31 | 15 | 40 | 100 |
| Binary | 11000000 | 10010001 | 10000100 | 0 | 11000 | 11111 | 11001 | 1101 | 100000 | 1000000 |
Color Harmonies of #C09184
Complementary color
Monochromatic Colors of #C09184
Black with #C09184
Text Example
Text Example
White with #C09184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09184; }
p { color: rgb(192,145,132); }
H1.HeaderClassName
{
color: #C09184;
}
.AnyTagClassName
{
color: #C09184;
}
</style>
background-color css
<style>
a { background-color: #C09184; }
a { background-color: rgb(192,145,132); }
div.DivClassName
{
background-color: #C09184;
}
.BgClassName
{
background-color: #C09184;
}
</style>
border-color css
<style>
span { border-color: #C09184; }
span { border-color: rgb(192,145,132); }
td.TdClassName
{
border-color: #C09184;
}
.TagClassName
{
border-color: #C09184;
}
</style>