Shades of Quicksand #C09790
Tints of Quicksand #C09790
RGB
CMYK
RGB Variations
Color information
#C09790 (or 0xC09790) is known color: Quicksand. HEX triplet: C0, 97 and 90. RGB value is (192,151,144). Sum of RGB (Red+Green+Blue) = 192+151+144=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C09790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09790 is #3F686F. Grayscale: #A2A2A2. Windows color (decimal): -4155504 or 9476032. OLE color: 9476032.
HSL color Cylindrical-coordinate representation of color #C09790: hue angle of 8.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09790 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 144 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.25 |
| HSL | 8.75º | 0.28% | 0.66% | - |
| HSV(B) | 8.75º | 0.25% | 0.75% | - |
| XYZ | 37.84 | 35.35 | 31.22 | - |
| YUV | 162.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 144 | 0 | 0.21 | 0.25 | 0.25 | 8.75 | 0.28 | 0.66 |
| Hex | C0 | 97 | 90 | 0 | 15 | 19 | 19 | 9 | 1C | 42 |
| Octal | 300 | 227 | 220 | 0 | 25 | 31 | 31 | 11 | 34 | 102 |
| Binary | 11000000 | 10010111 | 10010000 | 0 | 10101 | 11001 | 11001 | 1001 | 11100 | 1000010 |
Color Harmonies of #C09790
Complementary color
Monochromatic Colors of #C09790
Black with #C09790
Text Example
Text Example
White with #C09790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09790; }
p { color: rgb(192,151,144); }
H1.HeaderClassName
{
color: #C09790;
}
.AnyTagClassName
{
color: #C09790;
}
</style>
background-color css
<style>
a { background-color: #C09790; }
a { background-color: rgb(192,151,144); }
div.DivClassName
{
background-color: #C09790;
}
.BgClassName
{
background-color: #C09790;
}
</style>
border-color css
<style>
span { border-color: #C09790; }
span { border-color: rgb(192,151,144); }
td.TdClassName
{
border-color: #C09790;
}
.TagClassName
{
border-color: #C09790;
}
</style>