Shades of Quicksand #C09D90
Tints of Quicksand #C09D90
RGB
CMYK
RGB Variations
Color information
#C09D90 (or 0xC09D90) is known color: Quicksand. HEX triplet: C0, 9D and 90. RGB value is (192,157,144). Sum of RGB (Red+Green+Blue) = 192+157+144=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D90 is #3F626F. Grayscale: #A6A6A6. Windows color (decimal): -4153968 or 9477568. OLE color: 9477568.
HSL color Cylindrical-coordinate representation of color #C09D90: hue angle of 16.25º 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 #C09D90 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 144 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.25 |
| HSL | 16.25º | 0.28% | 0.66% | - |
| HSV(B) | 16.25º | 0.25% | 0.75% | - |
| XYZ | 38.83 | 37.33 | 31.55 | - |
| YUV | 165.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 144 | 0 | 0.18 | 0.25 | 0.25 | 16.25 | 0.28 | 0.66 |
| Hex | C0 | 9D | 90 | 0 | 12 | 19 | 19 | 10 | 1C | 42 |
| Octal | 300 | 235 | 220 | 0 | 22 | 31 | 31 | 20 | 34 | 102 |
| Binary | 11000000 | 10011101 | 10010000 | 0 | 10010 | 11001 | 11001 | 10000 | 11100 | 1000010 |
Color Harmonies of #C09D90
Complementary color
Monochromatic Colors of #C09D90
Black with #C09D90
Text Example
Text Example
White with #C09D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D90; }
p { color: rgb(192,157,144); }
H1.HeaderClassName
{
color: #C09D90;
}
.AnyTagClassName
{
color: #C09D90;
}
</style>
background-color css
<style>
a { background-color: #C09D90; }
a { background-color: rgb(192,157,144); }
div.DivClassName
{
background-color: #C09D90;
}
.BgClassName
{
background-color: #C09D90;
}
</style>
border-color css
<style>
span { border-color: #C09D90; }
span { border-color: rgb(192,157,144); }
td.TdClassName
{
border-color: #C09D90;
}
.TagClassName
{
border-color: #C09D90;
}
</style>