Shades of Quicksand #C3998C
Tints of Quicksand #C3998C
RGB
CMYK
RGB Variations
Color information
#C3998C (or 0xC3998C) is known color: Quicksand. HEX triplet: C3, 99 and 8C. RGB value is (195,153,140). Sum of RGB (Red+Green+Blue) = 195+153+140=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3998C is #3C6673. Grayscale: #A4A4A4. Windows color (decimal): -3958388 or 9214403. OLE color: 9214403.
HSL color Cylindrical-coordinate representation of color #C3998C: hue angle of 14.18º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3998C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 140 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.24 |
| HSL | 14.18º | 0.31% | 0.66% | - |
| HSV(B) | 14.18º | 0.28% | 0.76% | - |
| XYZ | 38.63 | 36.28 | 29.78 | - |
| YUV | 164.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 140 | 0 | 0.22 | 0.28 | 0.24 | 14.18 | 0.31 | 0.66 |
| Hex | C3 | 99 | 8C | 0 | 16 | 1C | 18 | E | 1F | 42 |
| Octal | 303 | 231 | 214 | 0 | 26 | 34 | 30 | 16 | 37 | 102 |
| Binary | 11000011 | 10011001 | 10001100 | 0 | 10110 | 11100 | 11000 | 1110 | 11111 | 1000010 |
Color Harmonies of #C3998C
Complementary color
Monochromatic Colors of #C3998C
Black with #C3998C
Text Example
Text Example
White with #C3998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3998C; }
p { color: rgb(195,153,140); }
H1.HeaderClassName
{
color: #C3998C;
}
.AnyTagClassName
{
color: #C3998C;
}
</style>
background-color css
<style>
a { background-color: #C3998C; }
a { background-color: rgb(195,153,140); }
div.DivClassName
{
background-color: #C3998C;
}
.BgClassName
{
background-color: #C3998C;
}
</style>
border-color css
<style>
span { border-color: #C3998C; }
span { border-color: rgb(195,153,140); }
td.TdClassName
{
border-color: #C3998C;
}
.TagClassName
{
border-color: #C3998C;
}
</style>