Shades of Quicksand #C09C97
Tints of Quicksand #C09C97
RGB
CMYK
RGB Variations
Color information
#C09C97 (or 0xC09C97) is known color: Quicksand. HEX triplet: C0, 9C and 97. RGB value is (192,156,151). Sum of RGB (Red+Green+Blue) = 192+156+151=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C97 is #3F6368. Grayscale: #A6A6A6. Windows color (decimal): -4154217 or 9936064. OLE color: 9936064.
HSL color Cylindrical-coordinate representation of color #C09C97: hue angle of 7.32º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09C97 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 151 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.25 |
| HSL | 7.32º | 0.25% | 0.67% | - |
| HSV(B) | 7.32º | 0.21% | 0.75% | - |
| XYZ | 39.21 | 37.22 | 34.4 | - |
| YUV | 166.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 151 | 0 | 0.19 | 0.21 | 0.25 | 7.32 | 0.25 | 0.67 |
| Hex | C0 | 9C | 97 | 0 | 13 | 15 | 19 | 7 | 19 | 43 |
| Octal | 300 | 234 | 227 | 0 | 23 | 25 | 31 | 7 | 31 | 103 |
| Binary | 11000000 | 10011100 | 10010111 | 0 | 10011 | 10101 | 11001 | 111 | 11001 | 1000011 |
Color Harmonies of #C09C97
Complementary color
Monochromatic Colors of #C09C97
Black with #C09C97
Text Example
Text Example
White with #C09C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C97; }
p { color: rgb(192,156,151); }
H1.HeaderClassName
{
color: #C09C97;
}
.AnyTagClassName
{
color: #C09C97;
}
</style>
background-color css
<style>
a { background-color: #C09C97; }
a { background-color: rgb(192,156,151); }
div.DivClassName
{
background-color: #C09C97;
}
.BgClassName
{
background-color: #C09C97;
}
</style>
border-color css
<style>
span { border-color: #C09C97; }
span { border-color: rgb(192,156,151); }
td.TdClassName
{
border-color: #C09C97;
}
.TagClassName
{
border-color: #C09C97;
}
</style>