Shades of Quicksand #CA978E
Tints of Quicksand #CA978E
RGB
CMYK
RGB Variations
Color information
#CA978E (or 0xCA978E) is known color: Quicksand. HEX triplet: CA, 97 and 8E. RGB value is (202,151,142). Sum of RGB (Red+Green+Blue) = 202+151+142=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA978E is #356871. Grayscale: #A5A5A5. Windows color (decimal): -3500146 or 9344970. OLE color: 9344970.
HSL color Cylindrical-coordinate representation of color #CA978E: hue angle of 9º 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 #CA978E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 142 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.21 |
| HSL | 9º | 0.36% | 0.67% | - |
| HSV(B) | 9º | 0.3% | 0.79% | - |
| XYZ | 40.31 | 36.64 | 30.54 | - |
| YUV | 165.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 142 | 0 | 0.25 | 0.30 | 0.21 | 9 | 0.36 | 0.67 |
| Hex | CA | 97 | 8E | 0 | 19 | 1E | 15 | 9 | 24 | 43 |
| Octal | 312 | 227 | 216 | 0 | 31 | 36 | 25 | 11 | 44 | 103 |
| Binary | 11001010 | 10010111 | 10001110 | 0 | 11001 | 11110 | 10101 | 1001 | 100100 | 1000011 |
Color Harmonies of #CA978E
Complementary color
Monochromatic Colors of #CA978E
Black with #CA978E
Text Example
Text Example
White with #CA978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA978E; }
p { color: rgb(202,151,142); }
H1.HeaderClassName
{
color: #CA978E;
}
.AnyTagClassName
{
color: #CA978E;
}
</style>
background-color css
<style>
a { background-color: #CA978E; }
a { background-color: rgb(202,151,142); }
div.DivClassName
{
background-color: #CA978E;
}
.BgClassName
{
background-color: #CA978E;
}
</style>
border-color css
<style>
span { border-color: #CA978E; }
span { border-color: rgb(202,151,142); }
td.TdClassName
{
border-color: #CA978E;
}
.TagClassName
{
border-color: #CA978E;
}
</style>