Shades of Quicksand #C7958A
Tints of Quicksand #C7958A
RGB
CMYK
RGB Variations
Color information
#C7958A (or 0xC7958A) is known color: Quicksand. HEX triplet: C7, 95 and 8A. RGB value is (199,149,138). Sum of RGB (Red+Green+Blue) = 199+149+138=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7958A is #386A75. Grayscale: #A2A2A2. Windows color (decimal): -3697270 or 9082311. OLE color: 9082311.
HSL color Cylindrical-coordinate representation of color #C7958A: hue angle of 10.82º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7958A is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 138 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.22 |
| HSL | 10.82º | 0.35% | 0.66% | - |
| HSV(B) | 10.82º | 0.31% | 0.78% | - |
| XYZ | 38.89 | 35.47 | 28.84 | - |
| YUV | 162.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 138 | 0 | 0.25 | 0.31 | 0.22 | 10.82 | 0.35 | 0.66 |
| Hex | C7 | 95 | 8A | 0 | 19 | 1F | 16 | B | 23 | 42 |
| Octal | 307 | 225 | 212 | 0 | 31 | 37 | 26 | 13 | 43 | 102 |
| Binary | 11000111 | 10010101 | 10001010 | 0 | 11001 | 11111 | 10110 | 1011 | 100011 | 1000010 |
Color Harmonies of #C7958A
Complementary color
Monochromatic Colors of #C7958A
Black with #C7958A
Text Example
Text Example
White with #C7958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7958A; }
p { color: rgb(199,149,138); }
H1.HeaderClassName
{
color: #C7958A;
}
.AnyTagClassName
{
color: #C7958A;
}
</style>
background-color css
<style>
a { background-color: #C7958A; }
a { background-color: rgb(199,149,138); }
div.DivClassName
{
background-color: #C7958A;
}
.BgClassName
{
background-color: #C7958A;
}
</style>
border-color css
<style>
span { border-color: #C7958A; }
span { border-color: rgb(199,149,138); }
td.TdClassName
{
border-color: #C7958A;
}
.TagClassName
{
border-color: #C7958A;
}
</style>