Shades of Careys Pink #D198A0
Tints of Careys Pink #D198A0
RGB
CMYK
RGB Variations
Color information
#D198A0 (or 0xD198A0) is known color: Careys Pink. HEX triplet: D1, 98 and A0. RGB value is (209,152,160). Sum of RGB (Red+Green+Blue) = 209+152+160=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D198A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198A0 is #2E675F. Grayscale: #A9A9A9. Windows color (decimal): -3041120 or 10524881. OLE color: 10524881.
HSL color Cylindrical-coordinate representation of color #D198A0: hue angle of 351.58º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198A0 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 160 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.18 |
| HSL | 351.58º | 0.38% | 0.71% | - |
| HSV(B) | 351.58º | 0.27% | 0.82% | - |
| XYZ | 43.87 | 38.55 | 38.39 | - |
| YUV | 169.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 160 | 0 | 0.27 | 0.23 | 0.18 | 351.58 | 0.38 | 0.71 |
| Hex | D1 | 98 | A0 | 0 | 1B | 17 | 12 | 160 | 26 | 47 |
| Octal | 321 | 230 | 240 | 0 | 33 | 27 | 22 | 540 | 46 | 107 |
| Binary | 11010001 | 10011000 | 10100000 | 0 | 11011 | 10111 | 10010 | 101100000 | 100110 | 1000111 |
Color Harmonies of #D198A0
Complementary color
Monochromatic Colors of #D198A0
Black with #D198A0
Text Example
Text Example
White with #D198A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198A0; }
p { color: rgb(209,152,160); }
H1.HeaderClassName
{
color: #D198A0;
}
.AnyTagClassName
{
color: #D198A0;
}
</style>
background-color css
<style>
a { background-color: #D198A0; }
a { background-color: rgb(209,152,160); }
div.DivClassName
{
background-color: #D198A0;
}
.BgClassName
{
background-color: #D198A0;
}
</style>
border-color css
<style>
span { border-color: #D198A0; }
span { border-color: rgb(209,152,160); }
td.TdClassName
{
border-color: #D198A0;
}
.TagClassName
{
border-color: #D198A0;
}
</style>