Shades of Quicksand #C09D91
Tints of Quicksand #C09D91
RGB
CMYK
RGB Variations
Color information
#C09D91 (or 0xC09D91) is known color: Quicksand. HEX triplet: C0, 9D and 91. RGB value is (192,157,145). Sum of RGB (Red+Green+Blue) = 192+157+145=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D91 is #3F626E. Grayscale: #A6A6A6. Windows color (decimal): -4153967 or 9543104. OLE color: 9543104.
HSL color Cylindrical-coordinate representation of color #C09D91: hue angle of 15.32º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09D91 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 145 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.25 |
| HSL | 15.32º | 0.27% | 0.66% | - |
| HSV(B) | 15.32º | 0.24% | 0.75% | - |
| XYZ | 38.91 | 37.36 | 31.95 | - |
| YUV | 166.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 145 | 0 | 0.18 | 0.24 | 0.25 | 15.32 | 0.27 | 0.66 |
| Hex | C0 | 9D | 91 | 0 | 12 | 18 | 19 | F | 1B | 42 |
| Octal | 300 | 235 | 221 | 0 | 22 | 30 | 31 | 17 | 33 | 102 |
| Binary | 11000000 | 10011101 | 10010001 | 0 | 10010 | 11000 | 11001 | 1111 | 11011 | 1000010 |
Color Harmonies of #C09D91
Complementary color
Monochromatic Colors of #C09D91
Black with #C09D91
Text Example
Text Example
White with #C09D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D91; }
p { color: rgb(192,157,145); }
H1.HeaderClassName
{
color: #C09D91;
}
.AnyTagClassName
{
color: #C09D91;
}
</style>
background-color css
<style>
a { background-color: #C09D91; }
a { background-color: rgb(192,157,145); }
div.DivClassName
{
background-color: #C09D91;
}
.BgClassName
{
background-color: #C09D91;
}
</style>
border-color css
<style>
span { border-color: #C09D91; }
span { border-color: rgb(192,157,145); }
td.TdClassName
{
border-color: #C09D91;
}
.TagClassName
{
border-color: #C09D91;
}
</style>