Shades of Quicksand #C69183
Tints of Quicksand #C69183
RGB
CMYK
RGB Variations
Color information
#C69183 (or 0xC69183) is known color: Quicksand. HEX triplet: C6, 91 and 83. RGB value is (198,145,131). Sum of RGB (Red+Green+Blue) = 198+145+131=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C69183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69183 is #396E7C. Grayscale: #9F9F9F. Windows color (decimal): -3763837 or 8622534. OLE color: 8622534.
HSL color Cylindrical-coordinate representation of color #C69183: hue angle of 12.54º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69183 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 131 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.22 |
| HSL | 12.54º | 0.37% | 0.65% | - |
| HSV(B) | 12.54º | 0.34% | 0.78% | - |
| XYZ | 37.51 | 33.9 | 26.04 | - |
| YUV | 159.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 131 | 0 | 0.27 | 0.34 | 0.22 | 12.54 | 0.37 | 0.65 |
| Hex | C6 | 91 | 83 | 0 | 1B | 22 | 16 | D | 25 | 41 |
| Octal | 306 | 221 | 203 | 0 | 33 | 42 | 26 | 15 | 45 | 101 |
| Binary | 11000110 | 10010001 | 10000011 | 0 | 11011 | 100010 | 10110 | 1101 | 100101 | 1000001 |
Color Harmonies of #C69183
Complementary color
Monochromatic Colors of #C69183
Black with #C69183
Text Example
Text Example
White with #C69183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69183; }
p { color: rgb(198,145,131); }
H1.HeaderClassName
{
color: #C69183;
}
.AnyTagClassName
{
color: #C69183;
}
</style>
background-color css
<style>
a { background-color: #C69183; }
a { background-color: rgb(198,145,131); }
div.DivClassName
{
background-color: #C69183;
}
.BgClassName
{
background-color: #C69183;
}
</style>
border-color css
<style>
span { border-color: #C69183; }
span { border-color: rgb(198,145,131); }
td.TdClassName
{
border-color: #C69183;
}
.TagClassName
{
border-color: #C69183;
}
</style>