Shades of Careys Pink #D29A9C
Tints of Careys Pink #D29A9C
RGB
CMYK
RGB Variations
Color information
#D29A9C (or 0xD29A9C) is known color: Careys Pink. HEX triplet: D2, 9A and 9C. RGB value is (210,154,156). Sum of RGB (Red+Green+Blue) = 210+154+156=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A9C is #2D6563. Grayscale: #ABABAB. Windows color (decimal): -2975076 or 10263250. OLE color: 10263250.
HSL color Cylindrical-coordinate representation of color #D29A9C: hue angle of 357.86º 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 #D29A9C is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 156 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.18 |
| HSL | 357.86º | 0.38% | 0.71% | - |
| HSV(B) | 357.86º | 0.27% | 0.82% | - |
| XYZ | 44.13 | 39.21 | 36.7 | - |
| YUV | 170.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 156 | 0 | 0.27 | 0.26 | 0.18 | 357.86 | 0.38 | 0.71 |
| Hex | D2 | 9A | 9C | 0 | 1B | 1A | 12 | 166 | 26 | 47 |
| Octal | 322 | 232 | 234 | 0 | 33 | 32 | 22 | 546 | 46 | 107 |
| Binary | 11010010 | 10011010 | 10011100 | 0 | 11011 | 11010 | 10010 | 101100110 | 100110 | 1000111 |
Color Harmonies of #D29A9C
Complementary color
Monochromatic Colors of #D29A9C
Black with #D29A9C
Text Example
Text Example
White with #D29A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A9C; }
p { color: rgb(210,154,156); }
H1.HeaderClassName
{
color: #D29A9C;
}
.AnyTagClassName
{
color: #D29A9C;
}
</style>
background-color css
<style>
a { background-color: #D29A9C; }
a { background-color: rgb(210,154,156); }
div.DivClassName
{
background-color: #D29A9C;
}
.BgClassName
{
background-color: #D29A9C;
}
</style>
border-color css
<style>
span { border-color: #D29A9C; }
span { border-color: rgb(210,154,156); }
td.TdClassName
{
border-color: #D29A9C;
}
.TagClassName
{
border-color: #D29A9C;
}
</style>