Shades of Quicksand #C4998B
Tints of Quicksand #C4998B
RGB
CMYK
RGB Variations
Color information
#C4998B (or 0xC4998B) is known color: Quicksand. HEX triplet: C4, 99 and 8B. RGB value is (196,153,139). Sum of RGB (Red+Green+Blue) = 196+153+139=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4998B is #3B6674. Grayscale: #A4A4A4. Windows color (decimal): -3892853 or 9148868. OLE color: 9148868.
HSL color Cylindrical-coordinate representation of color #C4998B: hue angle of 14.74º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4998B is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 139 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.23 |
| HSL | 14.74º | 0.33% | 0.66% | - |
| HSV(B) | 14.74º | 0.29% | 0.77% | - |
| XYZ | 38.82 | 36.38 | 29.4 | - |
| YUV | 164.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 139 | 0 | 0.22 | 0.29 | 0.23 | 14.74 | 0.33 | 0.66 |
| Hex | C4 | 99 | 8B | 0 | 16 | 1D | 17 | F | 21 | 42 |
| Octal | 304 | 231 | 213 | 0 | 26 | 35 | 27 | 17 | 41 | 102 |
| Binary | 11000100 | 10011001 | 10001011 | 0 | 10110 | 11101 | 10111 | 1111 | 100001 | 1000010 |
Color Harmonies of #C4998B
Complementary color
Monochromatic Colors of #C4998B
Black with #C4998B
Text Example
Text Example
White with #C4998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4998B; }
p { color: rgb(196,153,139); }
H1.HeaderClassName
{
color: #C4998B;
}
.AnyTagClassName
{
color: #C4998B;
}
</style>
background-color css
<style>
a { background-color: #C4998B; }
a { background-color: rgb(196,153,139); }
div.DivClassName
{
background-color: #C4998B;
}
.BgClassName
{
background-color: #C4998B;
}
</style>
border-color css
<style>
span { border-color: #C4998B; }
span { border-color: rgb(196,153,139); }
td.TdClassName
{
border-color: #C4998B;
}
.TagClassName
{
border-color: #C4998B;
}
</style>