Shades of Quicksand #C69883
Tints of Quicksand #C69883
RGB
CMYK
RGB Variations
Color information
#C69883 (or 0xC69883) is known color: Quicksand. HEX triplet: C6, 98 and 83. RGB value is (198,152,131). Sum of RGB (Red+Green+Blue) = 198+152+131=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69883 is #39677C. Grayscale: #A3A3A3. Windows color (decimal): -3762045 or 8624326. OLE color: 8624326.
HSL color Cylindrical-coordinate representation of color #C69883: hue angle of 18.81º 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 #C69883 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 131 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.22 |
| HSL | 18.81º | 0.37% | 0.65% | - |
| HSV(B) | 18.81º | 0.34% | 0.78% | - |
| XYZ | 38.61 | 36.1 | 26.41 | - |
| YUV | 163.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 131 | 0 | 0.23 | 0.34 | 0.22 | 18.81 | 0.37 | 0.65 |
| Hex | C6 | 98 | 83 | 0 | 17 | 22 | 16 | 13 | 25 | 41 |
| Octal | 306 | 230 | 203 | 0 | 27 | 42 | 26 | 23 | 45 | 101 |
| Binary | 11000110 | 10011000 | 10000011 | 0 | 10111 | 100010 | 10110 | 10011 | 100101 | 1000001 |
Color Harmonies of #C69883
Complementary color
Monochromatic Colors of #C69883
Black with #C69883
Text Example
Text Example
White with #C69883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69883; }
p { color: rgb(198,152,131); }
H1.HeaderClassName
{
color: #C69883;
}
.AnyTagClassName
{
color: #C69883;
}
</style>
background-color css
<style>
a { background-color: #C69883; }
a { background-color: rgb(198,152,131); }
div.DivClassName
{
background-color: #C69883;
}
.BgClassName
{
background-color: #C69883;
}
</style>
border-color css
<style>
span { border-color: #C69883; }
span { border-color: rgb(198,152,131); }
td.TdClassName
{
border-color: #C69883;
}
.TagClassName
{
border-color: #C69883;
}
</style>