Shades of Quicksand #C99382
Tints of Quicksand #C99382
RGB
CMYK
RGB Variations
Color information
#C99382 (or 0xC99382) is known color: Quicksand. HEX triplet: C9, 93 and 82. RGB value is (201,147,130). Sum of RGB (Red+Green+Blue) = 201+147+130=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99382 is #366C7D. Grayscale: #A1A1A1. Windows color (decimal): -3566718 or 8557513. OLE color: 8557513.
HSL color Cylindrical-coordinate representation of color #C99382: hue angle of 14.37º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99382 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 130 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.21 |
| HSL | 14.37º | 0.4% | 0.65% | - |
| HSV(B) | 14.37º | 0.35% | 0.79% | - |
| XYZ | 38.55 | 34.9 | 25.82 | - |
| YUV | 161.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 130 | 0 | 0.27 | 0.35 | 0.21 | 14.37 | 0.4 | 0.65 |
| Hex | C9 | 93 | 82 | 0 | 1B | 23 | 15 | E | 28 | 41 |
| Octal | 311 | 223 | 202 | 0 | 33 | 43 | 25 | 16 | 50 | 101 |
| Binary | 11001001 | 10010011 | 10000010 | 0 | 11011 | 100011 | 10101 | 1110 | 101000 | 1000001 |
Color Harmonies of #C99382
Complementary color
Monochromatic Colors of #C99382
Black with #C99382
Text Example
Text Example
White with #C99382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99382; }
p { color: rgb(201,147,130); }
H1.HeaderClassName
{
color: #C99382;
}
.AnyTagClassName
{
color: #C99382;
}
</style>
background-color css
<style>
a { background-color: #C99382; }
a { background-color: rgb(201,147,130); }
div.DivClassName
{
background-color: #C99382;
}
.BgClassName
{
background-color: #C99382;
}
</style>
border-color css
<style>
span { border-color: #C99382; }
span { border-color: rgb(201,147,130); }
td.TdClassName
{
border-color: #C99382;
}
.TagClassName
{
border-color: #C99382;
}
</style>