Shades of Quicksand #C69790
Tints of Quicksand #C69790
RGB
CMYK
RGB Variations
Color information
#C69790 (or 0xC69790) is known color: Quicksand. HEX triplet: C6, 97 and 90. RGB value is (198,151,144). Sum of RGB (Red+Green+Blue) = 198+151+144=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C69790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69790 is #39686F. Grayscale: #A4A4A4. Windows color (decimal): -3762288 or 9476038. OLE color: 9476038.
HSL color Cylindrical-coordinate representation of color #C69790: hue angle of 7.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69790 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 144 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.22 |
| HSL | 7.78º | 0.32% | 0.67% | - |
| HSV(B) | 7.78º | 0.27% | 0.78% | - |
| XYZ | 39.39 | 36.15 | 31.29 | - |
| YUV | 164.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 144 | 0 | 0.24 | 0.27 | 0.22 | 7.78 | 0.32 | 0.67 |
| Hex | C6 | 97 | 90 | 0 | 18 | 1B | 16 | 8 | 20 | 43 |
| Octal | 306 | 227 | 220 | 0 | 30 | 33 | 26 | 10 | 40 | 103 |
| Binary | 11000110 | 10010111 | 10010000 | 0 | 11000 | 11011 | 10110 | 1000 | 100000 | 1000011 |
Color Harmonies of #C69790
Complementary color
Monochromatic Colors of #C69790
Black with #C69790
Text Example
Text Example
White with #C69790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69790; }
p { color: rgb(198,151,144); }
H1.HeaderClassName
{
color: #C69790;
}
.AnyTagClassName
{
color: #C69790;
}
</style>
background-color css
<style>
a { background-color: #C69790; }
a { background-color: rgb(198,151,144); }
div.DivClassName
{
background-color: #C69790;
}
.BgClassName
{
background-color: #C69790;
}
</style>
border-color css
<style>
span { border-color: #C69790; }
span { border-color: rgb(198,151,144); }
td.TdClassName
{
border-color: #C69790;
}
.TagClassName
{
border-color: #C69790;
}
</style>