Shades of Careys Pink #D99CA6
Tints of Careys Pink #D99CA6
RGB
CMYK
RGB Variations
Color information
#D99CA6 (or 0xD99CA6) is known color: Careys Pink. HEX triplet: D9, 9C and A6. RGB value is (217,156,166). Sum of RGB (Red+Green+Blue) = 217+156+166=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99CA6 is #266359. Grayscale: #AFAFAF. Windows color (decimal): -2515802 or 10919129. OLE color: 10919129.
HSL color Cylindrical-coordinate representation of color #D99CA6: hue angle of 350.16º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CA6 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 166 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.15 |
| HSL | 350.16º | 0.45% | 0.73% | - |
| HSV(B) | 350.16º | 0.28% | 0.85% | - |
| XYZ | 47.39 | 41.28 | 41.55 | - |
| YUV | 175.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 166 | 0 | 0.28 | 0.24 | 0.15 | 350.16 | 0.45 | 0.73 |
| Hex | D9 | 9C | A6 | 0 | 1C | 18 | F | 15E | 2D | 49 |
| Octal | 331 | 234 | 246 | 0 | 34 | 30 | 17 | 536 | 55 | 111 |
| Binary | 11011001 | 10011100 | 10100110 | 0 | 11100 | 11000 | 1111 | 101011110 | 101101 | 1001001 |
Color Harmonies of #D99CA6
Complementary color
Monochromatic Colors of #D99CA6
Black with #D99CA6
Text Example
Text Example
White with #D99CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CA6; }
p { color: rgb(217,156,166); }
H1.HeaderClassName
{
color: #D99CA6;
}
.AnyTagClassName
{
color: #D99CA6;
}
</style>
background-color css
<style>
a { background-color: #D99CA6; }
a { background-color: rgb(217,156,166); }
div.DivClassName
{
background-color: #D99CA6;
}
.BgClassName
{
background-color: #D99CA6;
}
</style>
border-color css
<style>
span { border-color: #D99CA6; }
span { border-color: rgb(217,156,166); }
td.TdClassName
{
border-color: #D99CA6;
}
.TagClassName
{
border-color: #D99CA6;
}
</style>