Shades of Careys Pink #D29BA0
Tints of Careys Pink #D29BA0
RGB
CMYK
RGB Variations
Color information
#D29BA0 (or 0xD29BA0) is known color: Careys Pink. HEX triplet: D2, 9B and A0. RGB value is (210,155,160). Sum of RGB (Red+Green+Blue) = 210+155+160=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29BA0 is #2D645F. Grayscale: #ACACAC. Windows color (decimal): -2974816 or 10525650. OLE color: 10525650.
HSL color Cylindrical-coordinate representation of color #D29BA0: hue angle of 354.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29BA0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 160 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.18 |
| HSL | 354.55º | 0.38% | 0.72% | - |
| HSV(B) | 354.55º | 0.26% | 0.82% | - |
| XYZ | 44.64 | 39.68 | 38.56 | - |
| YUV | 172.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 160 | 0 | 0.26 | 0.24 | 0.18 | 354.55 | 0.38 | 0.72 |
| Hex | D2 | 9B | A0 | 0 | 1A | 18 | 12 | 163 | 26 | 48 |
| Octal | 322 | 233 | 240 | 0 | 32 | 30 | 22 | 543 | 46 | 110 |
| Binary | 11010010 | 10011011 | 10100000 | 0 | 11010 | 11000 | 10010 | 101100011 | 100110 | 1001000 |
Color Harmonies of #D29BA0
Complementary color
Monochromatic Colors of #D29BA0
Black with #D29BA0
Text Example
Text Example
White with #D29BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BA0; }
p { color: rgb(210,155,160); }
H1.HeaderClassName
{
color: #D29BA0;
}
.AnyTagClassName
{
color: #D29BA0;
}
</style>
background-color css
<style>
a { background-color: #D29BA0; }
a { background-color: rgb(210,155,160); }
div.DivClassName
{
background-color: #D29BA0;
}
.BgClassName
{
background-color: #D29BA0;
}
</style>
border-color css
<style>
span { border-color: #D29BA0; }
span { border-color: rgb(210,155,160); }
td.TdClassName
{
border-color: #D29BA0;
}
.TagClassName
{
border-color: #D29BA0;
}
</style>