Shades of Quicksand #CA998E
Tints of Quicksand #CA998E
RGB
CMYK
RGB Variations
Color information
#CA998E (or 0xCA998E) is known color: Quicksand. HEX triplet: CA, 99 and 8E. RGB value is (202,153,142). Sum of RGB (Red+Green+Blue) = 202+153+142=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA998E is #356671. Grayscale: #A6A6A6. Windows color (decimal): -3499634 or 9345482. OLE color: 9345482.
HSL color Cylindrical-coordinate representation of color #CA998E: hue angle of 11º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA998E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 142 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.21 |
| HSL | 11º | 0.36% | 0.67% | - |
| HSV(B) | 11º | 0.3% | 0.79% | - |
| XYZ | 40.63 | 37.29 | 30.65 | - |
| YUV | 166.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 142 | 0 | 0.24 | 0.30 | 0.21 | 11 | 0.36 | 0.67 |
| Hex | CA | 99 | 8E | 0 | 18 | 1E | 15 | B | 24 | 43 |
| Octal | 312 | 231 | 216 | 0 | 30 | 36 | 25 | 13 | 44 | 103 |
| Binary | 11001010 | 10011001 | 10001110 | 0 | 11000 | 11110 | 10101 | 1011 | 100100 | 1000011 |
Color Harmonies of #CA998E
Complementary color
Monochromatic Colors of #CA998E
Black with #CA998E
Text Example
Text Example
White with #CA998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA998E; }
p { color: rgb(202,153,142); }
H1.HeaderClassName
{
color: #CA998E;
}
.AnyTagClassName
{
color: #CA998E;
}
</style>
background-color css
<style>
a { background-color: #CA998E; }
a { background-color: rgb(202,153,142); }
div.DivClassName
{
background-color: #CA998E;
}
.BgClassName
{
background-color: #CA998E;
}
</style>
border-color css
<style>
span { border-color: #CA998E; }
span { border-color: rgb(202,153,142); }
td.TdClassName
{
border-color: #CA998E;
}
.TagClassName
{
border-color: #CA998E;
}
</style>