Shades of Quicksand #CB948A
Tints of Quicksand #CB948A
RGB
CMYK
RGB Variations
Color information
#CB948A (or 0xCB948A) is known color: Quicksand. HEX triplet: CB, 94 and 8A. RGB value is (203,148,138). Sum of RGB (Red+Green+Blue) = 203+148+138=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948A is #346B75. Grayscale: #A3A3A3. Windows color (decimal): -3435382 or 9082059. OLE color: 9082059.
HSL color Cylindrical-coordinate representation of color #CB948A: hue angle of 9.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB948A is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 138 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.20 |
| HSL | 9.23º | 0.38% | 0.67% | - |
| HSV(B) | 9.23º | 0.32% | 0.8% | - |
| XYZ | 39.81 | 35.71 | 28.84 | - |
| YUV | 163.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 138 | 0 | 0.27 | 0.32 | 0.20 | 9.23 | 0.38 | 0.67 |
| Hex | CB | 94 | 8A | 0 | 1B | 20 | 14 | 9 | 26 | 43 |
| Octal | 313 | 224 | 212 | 0 | 33 | 40 | 24 | 11 | 46 | 103 |
| Binary | 11001011 | 10010100 | 10001010 | 0 | 11011 | 100000 | 10100 | 1001 | 100110 | 1000011 |
Color Harmonies of #CB948A
Complementary color
Monochromatic Colors of #CB948A
Black with #CB948A
Text Example
Text Example
White with #CB948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB948A; }
p { color: rgb(203,148,138); }
H1.HeaderClassName
{
color: #CB948A;
}
.AnyTagClassName
{
color: #CB948A;
}
</style>
background-color css
<style>
a { background-color: #CB948A; }
a { background-color: rgb(203,148,138); }
div.DivClassName
{
background-color: #CB948A;
}
.BgClassName
{
background-color: #CB948A;
}
</style>
border-color css
<style>
span { border-color: #CB948A; }
span { border-color: rgb(203,148,138); }
td.TdClassName
{
border-color: #CB948A;
}
.TagClassName
{
border-color: #CB948A;
}
</style>