Shades of Quicksand #CA998C
Tints of Quicksand #CA998C
RGB
CMYK
RGB Variations
Color information
#CA998C (or 0xCA998C) is known color: Quicksand. HEX triplet: CA, 99 and 8C. RGB value is (202,153,140). Sum of RGB (Red+Green+Blue) = 202+153+140=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA998C is #356673. Grayscale: #A6A6A6. Windows color (decimal): -3499636 or 9214410. OLE color: 9214410.
HSL color Cylindrical-coordinate representation of color #CA998C: hue angle of 12.58º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA998C is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 140 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.21 |
| HSL | 12.58º | 0.37% | 0.67% | - |
| HSV(B) | 12.58º | 0.31% | 0.79% | - |
| XYZ | 40.48 | 37.23 | 29.86 | - |
| YUV | 166.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 140 | 0 | 0.24 | 0.31 | 0.21 | 12.58 | 0.37 | 0.67 |
| Hex | CA | 99 | 8C | 0 | 18 | 1F | 15 | D | 25 | 43 |
| Octal | 312 | 231 | 214 | 0 | 30 | 37 | 25 | 15 | 45 | 103 |
| Binary | 11001010 | 10011001 | 10001100 | 0 | 11000 | 11111 | 10101 | 1101 | 100101 | 1000011 |
Color Harmonies of #CA998C
Complementary color
Monochromatic Colors of #CA998C
Black with #CA998C
Text Example
Text Example
White with #CA998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA998C; }
p { color: rgb(202,153,140); }
H1.HeaderClassName
{
color: #CA998C;
}
.AnyTagClassName
{
color: #CA998C;
}
</style>
background-color css
<style>
a { background-color: #CA998C; }
a { background-color: rgb(202,153,140); }
div.DivClassName
{
background-color: #CA998C;
}
.BgClassName
{
background-color: #CA998C;
}
</style>
border-color css
<style>
span { border-color: #CA998C; }
span { border-color: rgb(202,153,140); }
td.TdClassName
{
border-color: #CA998C;
}
.TagClassName
{
border-color: #CA998C;
}
</style>