Shades of Quicksand #C99283
Tints of Quicksand #C99283
RGB
CMYK
RGB Variations
Color information
#C99283 (or 0xC99283) is known color: Quicksand. HEX triplet: C9, 92 and 83. RGB value is (201,146,131). Sum of RGB (Red+Green+Blue) = 201+146+131=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99283 is #366D7C. Grayscale: #A0A0A0. Windows color (decimal): -3566973 or 8622793. OLE color: 8622793.
HSL color Cylindrical-coordinate representation of color #C99283: hue angle of 12.86º degrees, saturation: 0.39, 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 #C99283 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 131 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.21 |
| HSL | 12.86º | 0.39% | 0.65% | - |
| HSV(B) | 12.86º | 0.35% | 0.79% | - |
| XYZ | 38.46 | 34.61 | 26.13 | - |
| YUV | 160.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 131 | 0 | 0.27 | 0.35 | 0.21 | 12.86 | 0.39 | 0.65 |
| Hex | C9 | 92 | 83 | 0 | 1B | 23 | 15 | D | 27 | 41 |
| Octal | 311 | 222 | 203 | 0 | 33 | 43 | 25 | 15 | 47 | 101 |
| Binary | 11001001 | 10010010 | 10000011 | 0 | 11011 | 100011 | 10101 | 1101 | 100111 | 1000001 |
Color Harmonies of #C99283
Complementary color
Monochromatic Colors of #C99283
Black with #C99283
Text Example
Text Example
White with #C99283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99283; }
p { color: rgb(201,146,131); }
H1.HeaderClassName
{
color: #C99283;
}
.AnyTagClassName
{
color: #C99283;
}
</style>
background-color css
<style>
a { background-color: #C99283; }
a { background-color: rgb(201,146,131); }
div.DivClassName
{
background-color: #C99283;
}
.BgClassName
{
background-color: #C99283;
}
</style>
border-color css
<style>
span { border-color: #C99283; }
span { border-color: rgb(201,146,131); }
td.TdClassName
{
border-color: #C99283;
}
.TagClassName
{
border-color: #C99283;
}
</style>