Shades of Quicksand #C39482
Tints of Quicksand #C39482
RGB
CMYK
RGB Variations
Color information
#C39482 (or 0xC39482) is known color: Quicksand. HEX triplet: C3, 94 and 82. RGB value is (195,148,130). Sum of RGB (Red+Green+Blue) = 195+148+130=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C39482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39482 is #3C6B7D. Grayscale: #A0A0A0. Windows color (decimal): -3959678 or 8557763. OLE color: 8557763.
HSL color Cylindrical-coordinate representation of color #C39482: hue angle of 16.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C39482 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 130 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.24 |
| HSL | 16.62º | 0.35% | 0.64% | - |
| HSV(B) | 16.62º | 0.33% | 0.76% | - |
| XYZ | 37.12 | 34.39 | 25.8 | - |
| YUV | 160 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 130 | 0 | 0.24 | 0.33 | 0.24 | 16.62 | 0.35 | 0.64 |
| Hex | C3 | 94 | 82 | 0 | 18 | 21 | 18 | 11 | 23 | 40 |
| Octal | 303 | 224 | 202 | 0 | 30 | 41 | 30 | 21 | 43 | 100 |
| Binary | 11000011 | 10010100 | 10000010 | 0 | 11000 | 100001 | 11000 | 10001 | 100011 | 1000000 |
Color Harmonies of #C39482
Complementary color
Monochromatic Colors of #C39482
Black with #C39482
Text Example
Text Example
White with #C39482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39482; }
p { color: rgb(195,148,130); }
H1.HeaderClassName
{
color: #C39482;
}
.AnyTagClassName
{
color: #C39482;
}
</style>
background-color css
<style>
a { background-color: #C39482; }
a { background-color: rgb(195,148,130); }
div.DivClassName
{
background-color: #C39482;
}
.BgClassName
{
background-color: #C39482;
}
</style>
border-color css
<style>
span { border-color: #C39482; }
span { border-color: rgb(195,148,130); }
td.TdClassName
{
border-color: #C39482;
}
.TagClassName
{
border-color: #C39482;
}
</style>