Shades of Careys Pink #D29C9F
Tints of Careys Pink #D29C9F
RGB
CMYK
RGB Variations
Color information
#D29C9F (or 0xD29C9F) is known color: Careys Pink. HEX triplet: D2, 9C and 9F. RGB value is (210,156,159). Sum of RGB (Red+Green+Blue) = 210+156+159=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C9F is #2D6360. Grayscale: #ACACAC. Windows color (decimal): -2974561 or 10460370. OLE color: 10460370.
HSL color Cylindrical-coordinate representation of color #D29C9F: hue angle of 356.67º 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 #D29C9F is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 159 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.18 |
| HSL | 356.67º | 0.38% | 0.72% | - |
| HSV(B) | 356.67º | 0.26% | 0.82% | - |
| XYZ | 44.72 | 39.98 | 38.16 | - |
| YUV | 172.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 159 | 0 | 0.26 | 0.24 | 0.18 | 356.67 | 0.38 | 0.72 |
| Hex | D2 | 9C | 9F | 0 | 1A | 18 | 12 | 165 | 26 | 48 |
| Octal | 322 | 234 | 237 | 0 | 32 | 30 | 22 | 545 | 46 | 110 |
| Binary | 11010010 | 10011100 | 10011111 | 0 | 11010 | 11000 | 10010 | 101100101 | 100110 | 1001000 |
Color Harmonies of #D29C9F
Complementary color
Monochromatic Colors of #D29C9F
Black with #D29C9F
Text Example
Text Example
White with #D29C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C9F; }
p { color: rgb(210,156,159); }
H1.HeaderClassName
{
color: #D29C9F;
}
.AnyTagClassName
{
color: #D29C9F;
}
</style>
background-color css
<style>
a { background-color: #D29C9F; }
a { background-color: rgb(210,156,159); }
div.DivClassName
{
background-color: #D29C9F;
}
.BgClassName
{
background-color: #D29C9F;
}
</style>
border-color css
<style>
span { border-color: #D29C9F; }
span { border-color: rgb(210,156,159); }
td.TdClassName
{
border-color: #D29C9F;
}
.TagClassName
{
border-color: #D29C9F;
}
</style>