Shades of Quicksand #C09B8A
Tints of Quicksand #C09B8A
RGB
CMYK
RGB Variations
Color information
#C09B8A (or 0xC09B8A) is known color: Quicksand. HEX triplet: C0, 9B and 8A. RGB value is (192,155,138). Sum of RGB (Red+Green+Blue) = 192+155+138=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B8A is #3F6475. Grayscale: #A4A4A4. Windows color (decimal): -4154486 or 9083840. OLE color: 9083840.
HSL color Cylindrical-coordinate representation of color #C09B8A: hue angle of 18.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09B8A is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 138 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.25 |
| HSL | 18.89º | 0.3% | 0.65% | - |
| HSV(B) | 18.89º | 0.28% | 0.75% | - |
| XYZ | 38.05 | 36.48 | 29.08 | - |
| YUV | 164.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 138 | 0 | 0.19 | 0.28 | 0.25 | 18.89 | 0.3 | 0.65 |
| Hex | C0 | 9B | 8A | 0 | 13 | 1C | 19 | 13 | 1E | 41 |
| Octal | 300 | 233 | 212 | 0 | 23 | 34 | 31 | 23 | 36 | 101 |
| Binary | 11000000 | 10011011 | 10001010 | 0 | 10011 | 11100 | 11001 | 10011 | 11110 | 1000001 |
Color Harmonies of #C09B8A
Complementary color
Monochromatic Colors of #C09B8A
Black with #C09B8A
Text Example
Text Example
White with #C09B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B8A; }
p { color: rgb(192,155,138); }
H1.HeaderClassName
{
color: #C09B8A;
}
.AnyTagClassName
{
color: #C09B8A;
}
</style>
background-color css
<style>
a { background-color: #C09B8A; }
a { background-color: rgb(192,155,138); }
div.DivClassName
{
background-color: #C09B8A;
}
.BgClassName
{
background-color: #C09B8A;
}
</style>
border-color css
<style>
span { border-color: #C09B8A; }
span { border-color: rgb(192,155,138); }
td.TdClassName
{
border-color: #C09B8A;
}
.TagClassName
{
border-color: #C09B8A;
}
</style>