Shades of Quicksand #C3958A
Tints of Quicksand #C3958A
RGB
CMYK
RGB Variations
Color information
#C3958A (or 0xC3958A) is known color: Quicksand. HEX triplet: C3, 95 and 8A. RGB value is (195,149,138). Sum of RGB (Red+Green+Blue) = 195+149+138=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3958A is #3C6A75. Grayscale: #A1A1A1. Windows color (decimal): -3959414 or 9082307. OLE color: 9082307.
HSL color Cylindrical-coordinate representation of color #C3958A: hue angle of 11.58º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3958A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 138 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.24 |
| HSL | 11.58º | 0.32% | 0.65% | - |
| HSV(B) | 11.58º | 0.29% | 0.76% | - |
| XYZ | 37.84 | 34.93 | 28.79 | - |
| YUV | 161.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 138 | 0 | 0.24 | 0.29 | 0.24 | 11.58 | 0.32 | 0.65 |
| Hex | C3 | 95 | 8A | 0 | 18 | 1D | 18 | C | 20 | 41 |
| Octal | 303 | 225 | 212 | 0 | 30 | 35 | 30 | 14 | 40 | 101 |
| Binary | 11000011 | 10010101 | 10001010 | 0 | 11000 | 11101 | 11000 | 1100 | 100000 | 1000001 |
Color Harmonies of #C3958A
Complementary color
Monochromatic Colors of #C3958A
Black with #C3958A
Text Example
Text Example
White with #C3958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3958A; }
p { color: rgb(195,149,138); }
H1.HeaderClassName
{
color: #C3958A;
}
.AnyTagClassName
{
color: #C3958A;
}
</style>
background-color css
<style>
a { background-color: #C3958A; }
a { background-color: rgb(195,149,138); }
div.DivClassName
{
background-color: #C3958A;
}
.BgClassName
{
background-color: #C3958A;
}
</style>
border-color css
<style>
span { border-color: #C3958A; }
span { border-color: rgb(195,149,138); }
td.TdClassName
{
border-color: #C3958A;
}
.TagClassName
{
border-color: #C3958A;
}
</style>