Shades of Quicksand #C69584
Tints of Quicksand #C69584
RGB
CMYK
RGB Variations
Color information
#C69584 (or 0xC69584) is known color: Quicksand. HEX triplet: C6, 95 and 84. RGB value is (198,149,132). Sum of RGB (Red+Green+Blue) = 198+149+132=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69584 is #396A7B. Grayscale: #A1A1A1. Windows color (decimal): -3762812 or 8689094. OLE color: 8689094.
HSL color Cylindrical-coordinate representation of color #C69584: hue angle of 15.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69584 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 132 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.22 |
| HSL | 15.45º | 0.37% | 0.65% | - |
| HSV(B) | 15.45º | 0.33% | 0.78% | - |
| XYZ | 38.2 | 35.17 | 26.6 | - |
| YUV | 161.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 132 | 0 | 0.25 | 0.33 | 0.22 | 15.45 | 0.37 | 0.65 |
| Hex | C6 | 95 | 84 | 0 | 19 | 21 | 16 | F | 25 | 41 |
| Octal | 306 | 225 | 204 | 0 | 31 | 41 | 26 | 17 | 45 | 101 |
| Binary | 11000110 | 10010101 | 10000100 | 0 | 11001 | 100001 | 10110 | 1111 | 100101 | 1000001 |
Color Harmonies of #C69584
Complementary color
Monochromatic Colors of #C69584
Black with #C69584
Text Example
Text Example
White with #C69584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69584; }
p { color: rgb(198,149,132); }
H1.HeaderClassName
{
color: #C69584;
}
.AnyTagClassName
{
color: #C69584;
}
</style>
background-color css
<style>
a { background-color: #C69584; }
a { background-color: rgb(198,149,132); }
div.DivClassName
{
background-color: #C69584;
}
.BgClassName
{
background-color: #C69584;
}
</style>
border-color css
<style>
span { border-color: #C69584; }
span { border-color: rgb(198,149,132); }
td.TdClassName
{
border-color: #C69584;
}
.TagClassName
{
border-color: #C69584;
}
</style>