Shades of Quicksand #C09C93
Tints of Quicksand #C09C93
RGB
CMYK
RGB Variations
Color information
#C09C93 (or 0xC09C93) is known color: Quicksand. HEX triplet: C0, 9C and 93. RGB value is (192,156,147). Sum of RGB (Red+Green+Blue) = 192+156+147=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C93 is #3F636C. Grayscale: #A5A5A5. Windows color (decimal): -4154221 or 9673920. OLE color: 9673920.
HSL color Cylindrical-coordinate representation of color #C09C93: hue angle of 12º 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 #C09C93 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 147 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.25 |
| HSL | 12º | 0.26% | 0.66% | - |
| HSV(B) | 12º | 0.23% | 0.75% | - |
| XYZ | 38.89 | 37.09 | 32.71 | - |
| YUV | 165.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 147 | 0 | 0.19 | 0.23 | 0.25 | 12 | 0.26 | 0.66 |
| Hex | C0 | 9C | 93 | 0 | 13 | 17 | 19 | C | 1A | 42 |
| Octal | 300 | 234 | 223 | 0 | 23 | 27 | 31 | 14 | 32 | 102 |
| Binary | 11000000 | 10011100 | 10010011 | 0 | 10011 | 10111 | 11001 | 1100 | 11010 | 1000010 |
Color Harmonies of #C09C93
Complementary color
Monochromatic Colors of #C09C93
Black with #C09C93
Text Example
Text Example
White with #C09C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C93; }
p { color: rgb(192,156,147); }
H1.HeaderClassName
{
color: #C09C93;
}
.AnyTagClassName
{
color: #C09C93;
}
</style>
background-color css
<style>
a { background-color: #C09C93; }
a { background-color: rgb(192,156,147); }
div.DivClassName
{
background-color: #C09C93;
}
.BgClassName
{
background-color: #C09C93;
}
</style>
border-color css
<style>
span { border-color: #C09C93; }
span { border-color: rgb(192,156,147); }
td.TdClassName
{
border-color: #C09C93;
}
.TagClassName
{
border-color: #C09C93;
}
</style>