Shades of Quicksand #C7A28F
Tints of Quicksand #C7A28F
RGB
CMYK
RGB Variations
Color information
#C7A28F (or 0xC7A28F) is known color: Quicksand. HEX triplet: C7, A2 and 8F. RGB value is (199,162,143). Sum of RGB (Red+Green+Blue) = 199+162+143=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A28F is #385D70. Grayscale: #ABABAB. Windows color (decimal): -3693937 or 9413319. OLE color: 9413319.
HSL color Cylindrical-coordinate representation of color #C7A28F: hue angle of 20.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7A28F is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 143 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.22 |
| HSL | 20.36º | 0.33% | 0.67% | - |
| HSV(B) | 20.36º | 0.28% | 0.78% | - |
| XYZ | 41.43 | 39.97 | 31.52 | - |
| YUV | 170.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 143 | 0 | 0.19 | 0.28 | 0.22 | 20.36 | 0.33 | 0.67 |
| Hex | C7 | A2 | 8F | 0 | 13 | 1C | 16 | 14 | 21 | 43 |
| Octal | 307 | 242 | 217 | 0 | 23 | 34 | 26 | 24 | 41 | 103 |
| Binary | 11000111 | 10100010 | 10001111 | 0 | 10011 | 11100 | 10110 | 10100 | 100001 | 1000011 |
Color Harmonies of #C7A28F
Complementary color
Monochromatic Colors of #C7A28F
Black with #C7A28F
Text Example
Text Example
White with #C7A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A28F; }
p { color: rgb(199,162,143); }
H1.HeaderClassName
{
color: #C7A28F;
}
.AnyTagClassName
{
color: #C7A28F;
}
</style>
background-color css
<style>
a { background-color: #C7A28F; }
a { background-color: rgb(199,162,143); }
div.DivClassName
{
background-color: #C7A28F;
}
.BgClassName
{
background-color: #C7A28F;
}
</style>
border-color css
<style>
span { border-color: #C7A28F; }
span { border-color: rgb(199,162,143); }
td.TdClassName
{
border-color: #C7A28F;
}
.TagClassName
{
border-color: #C7A28F;
}
</style>