Shades of Quicksand #CB998A
Tints of Quicksand #CB998A
RGB
CMYK
RGB Variations
Color information
#CB998A (or 0xCB998A) is known color: Quicksand. HEX triplet: CB, 99 and 8A. RGB value is (203,153,138). Sum of RGB (Red+Green+Blue) = 203+153+138=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB998A is #346675. Grayscale: #A6A6A6. Windows color (decimal): -3434102 or 9083339. OLE color: 9083339.
HSL color Cylindrical-coordinate representation of color #CB998A: hue angle of 13.85º 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 #CB998A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 138 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.20 |
| HSL | 13.85º | 0.38% | 0.67% | - |
| HSV(B) | 13.85º | 0.32% | 0.8% | - |
| XYZ | 40.61 | 37.31 | 29.11 | - |
| YUV | 166.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 138 | 0 | 0.25 | 0.32 | 0.20 | 13.85 | 0.38 | 0.67 |
| Hex | CB | 99 | 8A | 0 | 19 | 20 | 14 | E | 26 | 43 |
| Octal | 313 | 231 | 212 | 0 | 31 | 40 | 24 | 16 | 46 | 103 |
| Binary | 11001011 | 10011001 | 10001010 | 0 | 11001 | 100000 | 10100 | 1110 | 100110 | 1000011 |
Color Harmonies of #CB998A
Complementary color
Monochromatic Colors of #CB998A
Black with #CB998A
Text Example
Text Example
White with #CB998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB998A; }
p { color: rgb(203,153,138); }
H1.HeaderClassName
{
color: #CB998A;
}
.AnyTagClassName
{
color: #CB998A;
}
</style>
background-color css
<style>
a { background-color: #CB998A; }
a { background-color: rgb(203,153,138); }
div.DivClassName
{
background-color: #CB998A;
}
.BgClassName
{
background-color: #CB998A;
}
</style>
border-color css
<style>
span { border-color: #CB998A; }
span { border-color: rgb(203,153,138); }
td.TdClassName
{
border-color: #CB998A;
}
.TagClassName
{
border-color: #CB998A;
}
</style>