Shades of Careys Pink #D29B9C
Tints of Careys Pink #D29B9C
RGB
CMYK
RGB Variations
Color information
#D29B9C (or 0xD29B9C) is known color: Careys Pink. HEX triplet: D2, 9B and 9C. RGB value is (210,155,156). Sum of RGB (Red+Green+Blue) = 210+155+156=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B9C is #2D6463. Grayscale: #ABABAB. Windows color (decimal): -2974820 or 10263506. OLE color: 10263506.
HSL color Cylindrical-coordinate representation of color #D29B9C: hue angle of 358.91º 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 #D29B9C is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 156 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.18 |
| HSL | 358.91º | 0.38% | 0.72% | - |
| HSV(B) | 358.91º | 0.26% | 0.82% | - |
| XYZ | 44.3 | 39.54 | 36.75 | - |
| YUV | 171.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 156 | 0 | 0.26 | 0.26 | 0.18 | 358.91 | 0.38 | 0.72 |
| Hex | D2 | 9B | 9C | 0 | 1A | 1A | 12 | 167 | 26 | 48 |
| Octal | 322 | 233 | 234 | 0 | 32 | 32 | 22 | 547 | 46 | 110 |
| Binary | 11010010 | 10011011 | 10011100 | 0 | 11010 | 11010 | 10010 | 101100111 | 100110 | 1001000 |
Color Harmonies of #D29B9C
Complementary color
Monochromatic Colors of #D29B9C
Black with #D29B9C
Text Example
Text Example
White with #D29B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B9C; }
p { color: rgb(210,155,156); }
H1.HeaderClassName
{
color: #D29B9C;
}
.AnyTagClassName
{
color: #D29B9C;
}
</style>
background-color css
<style>
a { background-color: #D29B9C; }
a { background-color: rgb(210,155,156); }
div.DivClassName
{
background-color: #D29B9C;
}
.BgClassName
{
background-color: #D29B9C;
}
</style>
border-color css
<style>
span { border-color: #D29B9C; }
span { border-color: rgb(210,155,156); }
td.TdClassName
{
border-color: #D29B9C;
}
.TagClassName
{
border-color: #D29B9C;
}
</style>