Shades of Quicksand #C3948A
Tints of Quicksand #C3948A
RGB
CMYK
RGB Variations
Color information
#C3948A (or 0xC3948A) is known color: Quicksand. HEX triplet: C3, 94 and 8A. RGB value is (195,148,138). Sum of RGB (Red+Green+Blue) = 195+148+138=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3948A is #3C6B75. Grayscale: #A1A1A1. Windows color (decimal): -3959670 or 9082051. OLE color: 9082051.
HSL color Cylindrical-coordinate representation of color #C3948A: hue angle of 10.53º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3948A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 138 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.24 |
| HSL | 10.53º | 0.32% | 0.65% | - |
| HSV(B) | 10.53º | 0.29% | 0.76% | - |
| XYZ | 37.68 | 34.62 | 28.74 | - |
| YUV | 160.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 138 | 0 | 0.24 | 0.29 | 0.24 | 10.53 | 0.32 | 0.65 |
| Hex | C3 | 94 | 8A | 0 | 18 | 1D | 18 | B | 20 | 41 |
| Octal | 303 | 224 | 212 | 0 | 30 | 35 | 30 | 13 | 40 | 101 |
| Binary | 11000011 | 10010100 | 10001010 | 0 | 11000 | 11101 | 11000 | 1011 | 100000 | 1000001 |
Color Harmonies of #C3948A
Complementary color
Monochromatic Colors of #C3948A
Black with #C3948A
Text Example
Text Example
White with #C3948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3948A; }
p { color: rgb(195,148,138); }
H1.HeaderClassName
{
color: #C3948A;
}
.AnyTagClassName
{
color: #C3948A;
}
</style>
background-color css
<style>
a { background-color: #C3948A; }
a { background-color: rgb(195,148,138); }
div.DivClassName
{
background-color: #C3948A;
}
.BgClassName
{
background-color: #C3948A;
}
</style>
border-color css
<style>
span { border-color: #C3948A; }
span { border-color: rgb(195,148,138); }
td.TdClassName
{
border-color: #C3948A;
}
.TagClassName
{
border-color: #C3948A;
}
</style>