Shades of Careys Pink #D39CA6
Tints of Careys Pink #D39CA6
RGB
CMYK
RGB Variations
Color information
#D39CA6 (or 0xD39CA6) is known color: Careys Pink. HEX triplet: D3, 9C and A6. RGB value is (211,156,166). Sum of RGB (Red+Green+Blue) = 211+156+166=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39CA6 is #2C6359. Grayscale: #ADADAD. Windows color (decimal): -2909018 or 10919123. OLE color: 10919123.
HSL color Cylindrical-coordinate representation of color #D39CA6: hue angle of 349.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39CA6 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 166 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.17 |
| HSL | 349.09º | 0.38% | 0.72% | - |
| HSV(B) | 349.09º | 0.26% | 0.83% | - |
| XYZ | 45.64 | 40.38 | 41.47 | - |
| YUV | 173.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 166 | 0 | 0.26 | 0.21 | 0.17 | 349.09 | 0.38 | 0.72 |
| Hex | D3 | 9C | A6 | 0 | 1A | 15 | 11 | 15D | 26 | 48 |
| Octal | 323 | 234 | 246 | 0 | 32 | 25 | 21 | 535 | 46 | 110 |
| Binary | 11010011 | 10011100 | 10100110 | 0 | 11010 | 10101 | 10001 | 101011101 | 100110 | 1001000 |
Color Harmonies of #D39CA6
Complementary color
Monochromatic Colors of #D39CA6
Black with #D39CA6
Text Example
Text Example
White with #D39CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39CA6; }
p { color: rgb(211,156,166); }
H1.HeaderClassName
{
color: #D39CA6;
}
.AnyTagClassName
{
color: #D39CA6;
}
</style>
background-color css
<style>
a { background-color: #D39CA6; }
a { background-color: rgb(211,156,166); }
div.DivClassName
{
background-color: #D39CA6;
}
.BgClassName
{
background-color: #D39CA6;
}
</style>
border-color css
<style>
span { border-color: #D39CA6; }
span { border-color: rgb(211,156,166); }
td.TdClassName
{
border-color: #D39CA6;
}
.TagClassName
{
border-color: #D39CA6;
}
</style>