Shades of Quicksand #CB998E
Tints of Quicksand #CB998E
RGB
CMYK
RGB Variations
Color information
#CB998E (or 0xCB998E) is known color: Quicksand. HEX triplet: CB, 99 and 8E. RGB value is (203,153,142). Sum of RGB (Red+Green+Blue) = 203+153+142=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB998E is #346671. Grayscale: #A6A6A6. Windows color (decimal): -3434098 or 9345483. OLE color: 9345483.
HSL color Cylindrical-coordinate representation of color #CB998E: hue angle of 10.82º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB998E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 142 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.20 |
| HSL | 10.82º | 0.37% | 0.68% | - |
| HSV(B) | 10.82º | 0.3% | 0.8% | - |
| XYZ | 40.9 | 37.43 | 30.66 | - |
| YUV | 166.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 142 | 0 | 0.25 | 0.30 | 0.20 | 10.82 | 0.37 | 0.68 |
| Hex | CB | 99 | 8E | 0 | 19 | 1E | 14 | B | 25 | 44 |
| Octal | 313 | 231 | 216 | 0 | 31 | 36 | 24 | 13 | 45 | 104 |
| Binary | 11001011 | 10011001 | 10001110 | 0 | 11001 | 11110 | 10100 | 1011 | 100101 | 1000100 |
Color Harmonies of #CB998E
Complementary color
Monochromatic Colors of #CB998E
Black with #CB998E
Text Example
Text Example
White with #CB998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB998E; }
p { color: rgb(203,153,142); }
H1.HeaderClassName
{
color: #CB998E;
}
.AnyTagClassName
{
color: #CB998E;
}
</style>
background-color css
<style>
a { background-color: #CB998E; }
a { background-color: rgb(203,153,142); }
div.DivClassName
{
background-color: #CB998E;
}
.BgClassName
{
background-color: #CB998E;
}
</style>
border-color css
<style>
span { border-color: #CB998E; }
span { border-color: rgb(203,153,142); }
td.TdClassName
{
border-color: #CB998E;
}
.TagClassName
{
border-color: #CB998E;
}
</style>