Shades of Quicksand #C69B85
Tints of Quicksand #C69B85
RGB
CMYK
RGB Variations
Color information
#C69B85 (or 0xC69B85) is known color: Quicksand. HEX triplet: C6, 9B and 85. RGB value is (198,155,133). Sum of RGB (Red+Green+Blue) = 198+155+133=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B85 is #39647A. Grayscale: #A5A5A5. Windows color (decimal): -3761275 or 8756166. OLE color: 8756166.
HSL color Cylindrical-coordinate representation of color #C69B85: hue angle of 20.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69B85 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 133 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.22 |
| HSL | 20.31º | 0.36% | 0.65% | - |
| HSV(B) | 20.31º | 0.33% | 0.78% | - |
| XYZ | 39.24 | 37.14 | 27.29 | - |
| YUV | 165.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 133 | 0 | 0.22 | 0.33 | 0.22 | 20.31 | 0.36 | 0.65 |
| Hex | C6 | 9B | 85 | 0 | 16 | 21 | 16 | 14 | 24 | 41 |
| Octal | 306 | 233 | 205 | 0 | 26 | 41 | 26 | 24 | 44 | 101 |
| Binary | 11000110 | 10011011 | 10000101 | 0 | 10110 | 100001 | 10110 | 10100 | 100100 | 1000001 |
Color Harmonies of #C69B85
Complementary color
Monochromatic Colors of #C69B85
Black with #C69B85
Text Example
Text Example
White with #C69B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B85; }
p { color: rgb(198,155,133); }
H1.HeaderClassName
{
color: #C69B85;
}
.AnyTagClassName
{
color: #C69B85;
}
</style>
background-color css
<style>
a { background-color: #C69B85; }
a { background-color: rgb(198,155,133); }
div.DivClassName
{
background-color: #C69B85;
}
.BgClassName
{
background-color: #C69B85;
}
</style>
border-color css
<style>
span { border-color: #C69B85; }
span { border-color: rgb(198,155,133); }
td.TdClassName
{
border-color: #C69B85;
}
.TagClassName
{
border-color: #C69B85;
}
</style>