Shades of Careys Pink #D29697
Tints of Careys Pink #D29697
RGB
CMYK
RGB Variations
Color information
#D29697 (or 0xD29697) is known color: Careys Pink. HEX triplet: D2, 96 and 97. RGB value is (210,150,151). Sum of RGB (Red+Green+Blue) = 210+150+151=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29697 is #2D6968. Grayscale: #A8A8A8. Windows color (decimal): -2976105 or 9934546. OLE color: 9934546.
HSL color Cylindrical-coordinate representation of color #D29697: hue angle of 359º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29697 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 151 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.18 |
| HSL | 359º | 0.4% | 0.71% | - |
| HSV(B) | 359º | 0.29% | 0.82% | - |
| XYZ | 43.07 | 37.75 | 34.29 | - |
| YUV | 168.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 151 | 0 | 0.29 | 0.28 | 0.18 | 359 | 0.4 | 0.71 |
| Hex | D2 | 96 | 97 | 0 | 1D | 1C | 12 | 167 | 28 | 47 |
| Octal | 322 | 226 | 227 | 0 | 35 | 34 | 22 | 547 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10010111 | 0 | 11101 | 11100 | 10010 | 101100111 | 101000 | 1000111 |
Color Harmonies of #D29697
Complementary color
Monochromatic Colors of #D29697
Black with #D29697
Text Example
Text Example
White with #D29697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29697; }
p { color: rgb(210,150,151); }
H1.HeaderClassName
{
color: #D29697;
}
.AnyTagClassName
{
color: #D29697;
}
</style>
background-color css
<style>
a { background-color: #D29697; }
a { background-color: rgb(210,150,151); }
div.DivClassName
{
background-color: #D29697;
}
.BgClassName
{
background-color: #D29697;
}
</style>
border-color css
<style>
span { border-color: #D29697; }
span { border-color: rgb(210,150,151); }
td.TdClassName
{
border-color: #D29697;
}
.TagClassName
{
border-color: #D29697;
}
</style>