Shades of Quicksand #C4998F
Tints of Quicksand #C4998F
RGB
CMYK
RGB Variations
Color information
#C4998F (or 0xC4998F) is known color: Quicksand. HEX triplet: C4, 99 and 8F. RGB value is (196,153,143). Sum of RGB (Red+Green+Blue) = 196+153+143=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4998F is #3B6670. Grayscale: #A4A4A4. Windows color (decimal): -3892849 or 9411012. OLE color: 9411012.
HSL color Cylindrical-coordinate representation of color #C4998F: hue angle of 11.32º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4998F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 143 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.23 |
| HSL | 11.32º | 0.31% | 0.66% | - |
| HSV(B) | 11.32º | 0.27% | 0.77% | - |
| XYZ | 39.11 | 36.5 | 30.97 | - |
| YUV | 164.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 143 | 0 | 0.22 | 0.27 | 0.23 | 11.32 | 0.31 | 0.66 |
| Hex | C4 | 99 | 8F | 0 | 16 | 1B | 17 | B | 1F | 42 |
| Octal | 304 | 231 | 217 | 0 | 26 | 33 | 27 | 13 | 37 | 102 |
| Binary | 11000100 | 10011001 | 10001111 | 0 | 10110 | 11011 | 10111 | 1011 | 11111 | 1000010 |
Color Harmonies of #C4998F
Complementary color
Monochromatic Colors of #C4998F
Black with #C4998F
Text Example
Text Example
White with #C4998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4998F; }
p { color: rgb(196,153,143); }
H1.HeaderClassName
{
color: #C4998F;
}
.AnyTagClassName
{
color: #C4998F;
}
</style>
background-color css
<style>
a { background-color: #C4998F; }
a { background-color: rgb(196,153,143); }
div.DivClassName
{
background-color: #C4998F;
}
.BgClassName
{
background-color: #C4998F;
}
</style>
border-color css
<style>
span { border-color: #C4998F; }
span { border-color: rgb(196,153,143); }
td.TdClassName
{
border-color: #C4998F;
}
.TagClassName
{
border-color: #C4998F;
}
</style>