Shades of Careys Pink #D19CA3
Tints of Careys Pink #D19CA3
RGB
CMYK
RGB Variations
Color information
#D19CA3 (or 0xD19CA3) is known color: Careys Pink. HEX triplet: D1, 9C and A3. RGB value is (209,156,163). Sum of RGB (Red+Green+Blue) = 209+156+163=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CA3 is #2E635C. Grayscale: #ACACAC. Windows color (decimal): -3040093 or 10722513. OLE color: 10722513.
HSL color Cylindrical-coordinate representation of color #D19CA3: hue angle of 352.08º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CA3 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 163 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.18 |
| HSL | 352.08º | 0.37% | 0.72% | - |
| HSV(B) | 352.08º | 0.25% | 0.82% | - |
| XYZ | 44.79 | 39.98 | 40.01 | - |
| YUV | 172.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 163 | 0 | 0.25 | 0.22 | 0.18 | 352.08 | 0.37 | 0.72 |
| Hex | D1 | 9C | A3 | 0 | 19 | 16 | 12 | 160 | 25 | 48 |
| Octal | 321 | 234 | 243 | 0 | 31 | 26 | 22 | 540 | 45 | 110 |
| Binary | 11010001 | 10011100 | 10100011 | 0 | 11001 | 10110 | 10010 | 101100000 | 100101 | 1001000 |
Color Harmonies of #D19CA3
Complementary color
Monochromatic Colors of #D19CA3
Black with #D19CA3
Text Example
Text Example
White with #D19CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CA3; }
p { color: rgb(209,156,163); }
H1.HeaderClassName
{
color: #D19CA3;
}
.AnyTagClassName
{
color: #D19CA3;
}
</style>
background-color css
<style>
a { background-color: #D19CA3; }
a { background-color: rgb(209,156,163); }
div.DivClassName
{
background-color: #D19CA3;
}
.BgClassName
{
background-color: #D19CA3;
}
</style>
border-color css
<style>
span { border-color: #D19CA3; }
span { border-color: rgb(209,156,163); }
td.TdClassName
{
border-color: #D19CA3;
}
.TagClassName
{
border-color: #D19CA3;
}
</style>