Shades of Careys Pink #D19CA4
Tints of Careys Pink #D19CA4
RGB
CMYK
RGB Variations
Color information
#D19CA4 (or 0xD19CA4) is known color: Careys Pink. HEX triplet: D1, 9C and A4. RGB value is (209,156,164). Sum of RGB (Red+Green+Blue) = 209+156+164=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CA4 is #2E635B. Grayscale: #ACACAC. Windows color (decimal): -3040092 or 10788049. OLE color: 10788049.
HSL color Cylindrical-coordinate representation of color #D19CA4: hue angle of 350.94º 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 #D19CA4 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 164 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.18 |
| HSL | 350.94º | 0.37% | 0.72% | - |
| HSV(B) | 350.94º | 0.25% | 0.82% | - |
| XYZ | 44.88 | 40.01 | 40.48 | - |
| YUV | 172.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 164 | 0 | 0.25 | 0.22 | 0.18 | 350.94 | 0.37 | 0.72 |
| Hex | D1 | 9C | A4 | 0 | 19 | 16 | 12 | 15F | 25 | 48 |
| Octal | 321 | 234 | 244 | 0 | 31 | 26 | 22 | 537 | 45 | 110 |
| Binary | 11010001 | 10011100 | 10100100 | 0 | 11001 | 10110 | 10010 | 101011111 | 100101 | 1001000 |
Color Harmonies of #D19CA4
Complementary color
Monochromatic Colors of #D19CA4
Black with #D19CA4
Text Example
Text Example
White with #D19CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CA4; }
p { color: rgb(209,156,164); }
H1.HeaderClassName
{
color: #D19CA4;
}
.AnyTagClassName
{
color: #D19CA4;
}
</style>
background-color css
<style>
a { background-color: #D19CA4; }
a { background-color: rgb(209,156,164); }
div.DivClassName
{
background-color: #D19CA4;
}
.BgClassName
{
background-color: #D19CA4;
}
</style>
border-color css
<style>
span { border-color: #D19CA4; }
span { border-color: rgb(209,156,164); }
td.TdClassName
{
border-color: #D19CA4;
}
.TagClassName
{
border-color: #D19CA4;
}
</style>