Shades of Quicksand #C99584
Tints of Quicksand #C99584
RGB
CMYK
RGB Variations
Color information
#C99584 (or 0xC99584) is known color: Quicksand. HEX triplet: C9, 95 and 84. RGB value is (201,149,132). Sum of RGB (Red+Green+Blue) = 201+149+132=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99584 is #366A7B. Grayscale: #A2A2A2. Windows color (decimal): -3566204 or 8689097. OLE color: 8689097.
HSL color Cylindrical-coordinate representation of color #C99584: hue angle of 14.78º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99584 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 132 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.21 |
| HSL | 14.78º | 0.39% | 0.65% | - |
| HSV(B) | 14.78º | 0.34% | 0.79% | - |
| XYZ | 39 | 35.58 | 26.64 | - |
| YUV | 162.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 132 | 0 | 0.26 | 0.34 | 0.21 | 14.78 | 0.39 | 0.65 |
| Hex | C9 | 95 | 84 | 0 | 1A | 22 | 15 | F | 27 | 41 |
| Octal | 311 | 225 | 204 | 0 | 32 | 42 | 25 | 17 | 47 | 101 |
| Binary | 11001001 | 10010101 | 10000100 | 0 | 11010 | 100010 | 10101 | 1111 | 100111 | 1000001 |
Color Harmonies of #C99584
Complementary color
Monochromatic Colors of #C99584
Black with #C99584
Text Example
Text Example
White with #C99584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99584; }
p { color: rgb(201,149,132); }
H1.HeaderClassName
{
color: #C99584;
}
.AnyTagClassName
{
color: #C99584;
}
</style>
background-color css
<style>
a { background-color: #C99584; }
a { background-color: rgb(201,149,132); }
div.DivClassName
{
background-color: #C99584;
}
.BgClassName
{
background-color: #C99584;
}
</style>
border-color css
<style>
span { border-color: #C99584; }
span { border-color: rgb(201,149,132); }
td.TdClassName
{
border-color: #C99584;
}
.TagClassName
{
border-color: #C99584;
}
</style>