Shades of Careys Pink #D19298
Tints of Careys Pink #D19298
RGB
CMYK
RGB Variations
Color information
#D19298 (or 0xD19298) is known color: Careys Pink. HEX triplet: D1, 92 and 98. RGB value is (209,146,152). Sum of RGB (Red+Green+Blue) = 209+146+152=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D19298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19298 is #2E6D67. Grayscale: #A5A5A5. Windows color (decimal): -3042664 or 9999057. OLE color: 9999057.
HSL color Cylindrical-coordinate representation of color #D19298: hue angle of 354.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19298 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 152 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.18 |
| HSL | 354.29º | 0.41% | 0.7% | - |
| HSV(B) | 354.29º | 0.3% | 0.82% | - |
| XYZ | 42.24 | 36.38 | 34.5 | - |
| YUV | 165.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 152 | 0 | 0.30 | 0.27 | 0.18 | 354.29 | 0.41 | 0.7 |
| Hex | D1 | 92 | 98 | 0 | 1E | 1B | 12 | 162 | 29 | 46 |
| Octal | 321 | 222 | 230 | 0 | 36 | 33 | 22 | 542 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10011000 | 0 | 11110 | 11011 | 10010 | 101100010 | 101001 | 1000110 |
Color Harmonies of #D19298
Complementary color
Monochromatic Colors of #D19298
Black with #D19298
Text Example
Text Example
White with #D19298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19298; }
p { color: rgb(209,146,152); }
H1.HeaderClassName
{
color: #D19298;
}
.AnyTagClassName
{
color: #D19298;
}
</style>
background-color css
<style>
a { background-color: #D19298; }
a { background-color: rgb(209,146,152); }
div.DivClassName
{
background-color: #D19298;
}
.BgClassName
{
background-color: #D19298;
}
</style>
border-color css
<style>
span { border-color: #D19298; }
span { border-color: rgb(209,146,152); }
td.TdClassName
{
border-color: #D19298;
}
.TagClassName
{
border-color: #D19298;
}
</style>