Shades of Quicksand #C59484
Tints of Quicksand #C59484
RGB
CMYK
RGB Variations
Color information
#C59484 (or 0xC59484) is known color: Quicksand. HEX triplet: C5, 94 and 84. RGB value is (197,148,132). Sum of RGB (Red+Green+Blue) = 197+148+132=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C59484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59484 is #3A6B7B. Grayscale: #A0A0A0. Windows color (decimal): -3828604 or 8688837. OLE color: 8688837.
HSL color Cylindrical-coordinate representation of color #C59484: hue angle of 14.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C59484 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 132 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.23 |
| HSL | 14.77º | 0.36% | 0.65% | - |
| HSV(B) | 14.77º | 0.33% | 0.77% | - |
| XYZ | 37.78 | 34.72 | 26.54 | - |
| YUV | 160.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 132 | 0 | 0.25 | 0.33 | 0.23 | 14.77 | 0.36 | 0.65 |
| Hex | C5 | 94 | 84 | 0 | 19 | 21 | 17 | F | 24 | 41 |
| Octal | 305 | 224 | 204 | 0 | 31 | 41 | 27 | 17 | 44 | 101 |
| Binary | 11000101 | 10010100 | 10000100 | 0 | 11001 | 100001 | 10111 | 1111 | 100100 | 1000001 |
Color Harmonies of #C59484
Complementary color
Monochromatic Colors of #C59484
Black with #C59484
Text Example
Text Example
White with #C59484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59484; }
p { color: rgb(197,148,132); }
H1.HeaderClassName
{
color: #C59484;
}
.AnyTagClassName
{
color: #C59484;
}
</style>
background-color css
<style>
a { background-color: #C59484; }
a { background-color: rgb(197,148,132); }
div.DivClassName
{
background-color: #C59484;
}
.BgClassName
{
background-color: #C59484;
}
</style>
border-color css
<style>
span { border-color: #C59484; }
span { border-color: rgb(197,148,132); }
td.TdClassName
{
border-color: #C59484;
}
.TagClassName
{
border-color: #C59484;
}
</style>