Shades of Careys Pink #D1999C
Tints of Careys Pink #D1999C
RGB
CMYK
RGB Variations
Color information
#D1999C (or 0xD1999C) is known color: Careys Pink. HEX triplet: D1, 99 and 9C. RGB value is (209,153,156). Sum of RGB (Red+Green+Blue) = 209+153+156=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1999C is #2E6663. Grayscale: #AAAAAA. Windows color (decimal): -3040868 or 10262993. OLE color: 10262993.
HSL color Cylindrical-coordinate representation of color #D1999C: hue angle of 356.79º 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 #D1999C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 156 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.18 |
| HSL | 356.79º | 0.38% | 0.71% | - |
| HSV(B) | 356.79º | 0.27% | 0.82% | - |
| XYZ | 43.69 | 38.74 | 36.63 | - |
| YUV | 170.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 156 | 0 | 0.27 | 0.25 | 0.18 | 356.79 | 0.38 | 0.71 |
| Hex | D1 | 99 | 9C | 0 | 1B | 19 | 12 | 165 | 26 | 47 |
| Octal | 321 | 231 | 234 | 0 | 33 | 31 | 22 | 545 | 46 | 107 |
| Binary | 11010001 | 10011001 | 10011100 | 0 | 11011 | 11001 | 10010 | 101100101 | 100110 | 1000111 |
Color Harmonies of #D1999C
Complementary color
Monochromatic Colors of #D1999C
Black with #D1999C
Text Example
Text Example
White with #D1999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1999C; }
p { color: rgb(209,153,156); }
H1.HeaderClassName
{
color: #D1999C;
}
.AnyTagClassName
{
color: #D1999C;
}
</style>
background-color css
<style>
a { background-color: #D1999C; }
a { background-color: rgb(209,153,156); }
div.DivClassName
{
background-color: #D1999C;
}
.BgClassName
{
background-color: #D1999C;
}
</style>
border-color css
<style>
span { border-color: #D1999C; }
span { border-color: rgb(209,153,156); }
td.TdClassName
{
border-color: #D1999C;
}
.TagClassName
{
border-color: #D1999C;
}
</style>