Shades of Quicksand #C09D93
Tints of Quicksand #C09D93
RGB
CMYK
RGB Variations
Color information
#C09D93 (or 0xC09D93) is known color: Quicksand. HEX triplet: C0, 9D and 93. RGB value is (192,157,147). Sum of RGB (Red+Green+Blue) = 192+157+147=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D93 is #3F626C. Grayscale: #A6A6A6. Windows color (decimal): -4153965 or 9674176. OLE color: 9674176.
HSL color Cylindrical-coordinate representation of color #C09D93: hue angle of 13.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09D93 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 147 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.25 |
| HSL | 13.33º | 0.26% | 0.66% | - |
| HSV(B) | 13.33º | 0.23% | 0.75% | - |
| XYZ | 39.06 | 37.43 | 32.77 | - |
| YUV | 166.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 147 | 0 | 0.18 | 0.23 | 0.25 | 13.33 | 0.26 | 0.66 |
| Hex | C0 | 9D | 93 | 0 | 12 | 17 | 19 | D | 1A | 42 |
| Octal | 300 | 235 | 223 | 0 | 22 | 27 | 31 | 15 | 32 | 102 |
| Binary | 11000000 | 10011101 | 10010011 | 0 | 10010 | 10111 | 11001 | 1101 | 11010 | 1000010 |
Color Harmonies of #C09D93
Complementary color
Monochromatic Colors of #C09D93
Black with #C09D93
Text Example
Text Example
White with #C09D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D93; }
p { color: rgb(192,157,147); }
H1.HeaderClassName
{
color: #C09D93;
}
.AnyTagClassName
{
color: #C09D93;
}
</style>
background-color css
<style>
a { background-color: #C09D93; }
a { background-color: rgb(192,157,147); }
div.DivClassName
{
background-color: #C09D93;
}
.BgClassName
{
background-color: #C09D93;
}
</style>
border-color css
<style>
span { border-color: #C09D93; }
span { border-color: rgb(192,157,147); }
td.TdClassName
{
border-color: #C09D93;
}
.TagClassName
{
border-color: #C09D93;
}
</style>