Shades of Quicksand #C09B8F
Tints of Quicksand #C09B8F
RGB
CMYK
RGB Variations
Color information
#C09B8F (or 0xC09B8F) is known color: Quicksand. HEX triplet: C0, 9B and 8F. RGB value is (192,155,143). Sum of RGB (Red+Green+Blue) = 192+155+143=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B8F is #3F6470. Grayscale: #A4A4A4. Windows color (decimal): -4154481 or 9411520. OLE color: 9411520.
HSL color Cylindrical-coordinate representation of color #C09B8F: hue angle of 14.69º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09B8F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 143 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.25 |
| HSL | 14.69º | 0.28% | 0.66% | - |
| HSV(B) | 14.69º | 0.26% | 0.75% | - |
| XYZ | 38.42 | 36.63 | 31.03 | - |
| YUV | 164.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 143 | 0 | 0.19 | 0.26 | 0.25 | 14.69 | 0.28 | 0.66 |
| Hex | C0 | 9B | 8F | 0 | 13 | 1A | 19 | F | 1C | 42 |
| Octal | 300 | 233 | 217 | 0 | 23 | 32 | 31 | 17 | 34 | 102 |
| Binary | 11000000 | 10011011 | 10001111 | 0 | 10011 | 11010 | 11001 | 1111 | 11100 | 1000010 |
Color Harmonies of #C09B8F
Complementary color
Monochromatic Colors of #C09B8F
Black with #C09B8F
Text Example
Text Example
White with #C09B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B8F; }
p { color: rgb(192,155,143); }
H1.HeaderClassName
{
color: #C09B8F;
}
.AnyTagClassName
{
color: #C09B8F;
}
</style>
background-color css
<style>
a { background-color: #C09B8F; }
a { background-color: rgb(192,155,143); }
div.DivClassName
{
background-color: #C09B8F;
}
.BgClassName
{
background-color: #C09B8F;
}
</style>
border-color css
<style>
span { border-color: #C09B8F; }
span { border-color: rgb(192,155,143); }
td.TdClassName
{
border-color: #C09B8F;
}
.TagClassName
{
border-color: #C09B8F;
}
</style>