Shades of Quicksand #C09180
Tints of Quicksand #C09180
RGB
CMYK
RGB Variations
Color information
#C09180 (or 0xC09180) is known color: Quicksand. HEX triplet: C0, 91 and 80. RGB value is (192,145,128). Sum of RGB (Red+Green+Blue) = 192+145+128=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C09180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09180 is #3F6E7F. Grayscale: #9D9D9D. Windows color (decimal): -4157056 or 8425920. OLE color: 8425920.
HSL color Cylindrical-coordinate representation of color #C09180: hue angle of 15.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09180 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 128 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.25 |
| HSL | 15.94º | 0.34% | 0.63% | - |
| HSV(B) | 15.94º | 0.33% | 0.75% | - |
| XYZ | 35.76 | 33.02 | 24.91 | - |
| YUV | 157.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 128 | 0 | 0.24 | 0.33 | 0.25 | 15.94 | 0.34 | 0.63 |
| Hex | C0 | 91 | 80 | 0 | 18 | 21 | 19 | 10 | 22 | 3F |
| Octal | 300 | 221 | 200 | 0 | 30 | 41 | 31 | 20 | 42 | 77 |
| Binary | 11000000 | 10010001 | 10000000 | 0 | 11000 | 100001 | 11001 | 10000 | 100010 | 111111 |
Color Harmonies of #C09180
Complementary color
Monochromatic Colors of #C09180
Black with #C09180
Text Example
Text Example
White with #C09180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09180; }
p { color: rgb(192,145,128); }
H1.HeaderClassName
{
color: #C09180;
}
.AnyTagClassName
{
color: #C09180;
}
</style>
background-color css
<style>
a { background-color: #C09180; }
a { background-color: rgb(192,145,128); }
div.DivClassName
{
background-color: #C09180;
}
.BgClassName
{
background-color: #C09180;
}
</style>
border-color css
<style>
span { border-color: #C09180; }
span { border-color: rgb(192,145,128); }
td.TdClassName
{
border-color: #C09180;
}
.TagClassName
{
border-color: #C09180;
}
</style>