Shades of Quicksand #C2948A
Tints of Quicksand #C2948A
RGB
CMYK
RGB Variations
Color information
#C2948A (or 0xC2948A) is known color: Quicksand. HEX triplet: C2, 94 and 8A. RGB value is (194,148,138). Sum of RGB (Red+Green+Blue) = 194+148+138=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2948A is #3D6B75. Grayscale: #A0A0A0. Windows color (decimal): -4025206 or 9082050. OLE color: 9082050.
HSL color Cylindrical-coordinate representation of color #C2948A: hue angle of 10.71º degrees, saturation: 0.31, 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 #C2948A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 138 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.24 |
| HSL | 10.71º | 0.31% | 0.65% | - |
| HSV(B) | 10.71º | 0.29% | 0.76% | - |
| XYZ | 37.43 | 34.48 | 28.73 | - |
| YUV | 160.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 138 | 0 | 0.24 | 0.29 | 0.24 | 10.71 | 0.31 | 0.65 |
| Hex | C2 | 94 | 8A | 0 | 18 | 1D | 18 | B | 1F | 41 |
| Octal | 302 | 224 | 212 | 0 | 30 | 35 | 30 | 13 | 37 | 101 |
| Binary | 11000010 | 10010100 | 10001010 | 0 | 11000 | 11101 | 11000 | 1011 | 11111 | 1000001 |
Color Harmonies of #C2948A
Complementary color
Monochromatic Colors of #C2948A
Black with #C2948A
Text Example
Text Example
White with #C2948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2948A; }
p { color: rgb(194,148,138); }
H1.HeaderClassName
{
color: #C2948A;
}
.AnyTagClassName
{
color: #C2948A;
}
</style>
background-color css
<style>
a { background-color: #C2948A; }
a { background-color: rgb(194,148,138); }
div.DivClassName
{
background-color: #C2948A;
}
.BgClassName
{
background-color: #C2948A;
}
</style>
border-color css
<style>
span { border-color: #C2948A; }
span { border-color: rgb(194,148,138); }
td.TdClassName
{
border-color: #C2948A;
}
.TagClassName
{
border-color: #C2948A;
}
</style>