Shades of Careys Pink #D098A0
Tints of Careys Pink #D098A0
RGB
CMYK
RGB Variations
Color information
#D098A0 (or 0xD098A0) is known color: Careys Pink. HEX triplet: D0, 98 and A0. RGB value is (208,152,160). Sum of RGB (Red+Green+Blue) = 208+152+160=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D098A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098A0 is #2F675F. Grayscale: #A9A9A9. Windows color (decimal): -3106656 or 10524880. OLE color: 10524880.
HSL color Cylindrical-coordinate representation of color #D098A0: hue angle of 351.43º degrees, saturation: 0.37, 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 #D098A0 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 160 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.18 |
| HSL | 351.43º | 0.37% | 0.71% | - |
| HSV(B) | 351.43º | 0.27% | 0.82% | - |
| XYZ | 43.59 | 38.4 | 38.37 | - |
| YUV | 169.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 160 | 0 | 0.27 | 0.23 | 0.18 | 351.43 | 0.37 | 0.71 |
| Hex | D0 | 98 | A0 | 0 | 1B | 17 | 12 | 15F | 25 | 47 |
| Octal | 320 | 230 | 240 | 0 | 33 | 27 | 22 | 537 | 45 | 107 |
| Binary | 11010000 | 10011000 | 10100000 | 0 | 11011 | 10111 | 10010 | 101011111 | 100101 | 1000111 |
Color Harmonies of #D098A0
Complementary color
Monochromatic Colors of #D098A0
Black with #D098A0
Text Example
Text Example
White with #D098A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098A0; }
p { color: rgb(208,152,160); }
H1.HeaderClassName
{
color: #D098A0;
}
.AnyTagClassName
{
color: #D098A0;
}
</style>
background-color css
<style>
a { background-color: #D098A0; }
a { background-color: rgb(208,152,160); }
div.DivClassName
{
background-color: #D098A0;
}
.BgClassName
{
background-color: #D098A0;
}
</style>
border-color css
<style>
span { border-color: #D098A0; }
span { border-color: rgb(208,152,160); }
td.TdClassName
{
border-color: #D098A0;
}
.TagClassName
{
border-color: #D098A0;
}
</style>