Shades of Quicksand #CB998F
Tints of Quicksand #CB998F
RGB
CMYK
RGB Variations
Color information
#CB998F (or 0xCB998F) is known color: Quicksand. HEX triplet: CB, 99 and 8F. RGB value is (203,153,143). Sum of RGB (Red+Green+Blue) = 203+153+143=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB998F is #346670. Grayscale: #A6A6A6. Windows color (decimal): -3434097 or 9411019. OLE color: 9411019.
HSL color Cylindrical-coordinate representation of color #CB998F: hue angle of 10º 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 #CB998F is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 143 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.20 |
| HSL | 10º | 0.37% | 0.68% | - |
| HSV(B) | 10º | 0.3% | 0.8% | - |
| XYZ | 40.98 | 37.46 | 31.06 | - |
| YUV | 166.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 143 | 0 | 0.25 | 0.30 | 0.20 | 10 | 0.37 | 0.68 |
| Hex | CB | 99 | 8F | 0 | 19 | 1E | 14 | A | 25 | 44 |
| Octal | 313 | 231 | 217 | 0 | 31 | 36 | 24 | 12 | 45 | 104 |
| Binary | 11001011 | 10011001 | 10001111 | 0 | 11001 | 11110 | 10100 | 1010 | 100101 | 1000100 |
Color Harmonies of #CB998F
Complementary color
Monochromatic Colors of #CB998F
Black with #CB998F
Text Example
Text Example
White with #CB998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB998F; }
p { color: rgb(203,153,143); }
H1.HeaderClassName
{
color: #CB998F;
}
.AnyTagClassName
{
color: #CB998F;
}
</style>
background-color css
<style>
a { background-color: #CB998F; }
a { background-color: rgb(203,153,143); }
div.DivClassName
{
background-color: #CB998F;
}
.BgClassName
{
background-color: #CB998F;
}
</style>
border-color css
<style>
span { border-color: #CB998F; }
span { border-color: rgb(203,153,143); }
td.TdClassName
{
border-color: #CB998F;
}
.TagClassName
{
border-color: #CB998F;
}
</style>