Shades of Careys Pink #D29297
Tints of Careys Pink #D29297
RGB
CMYK
RGB Variations
Color information
#D29297 (or 0xD29297) is known color: Careys Pink. HEX triplet: D2, 92 and 97. RGB value is (210,146,151). Sum of RGB (Red+Green+Blue) = 210+146+151=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D29297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29297 is #2D6D68. Grayscale: #A5A5A5. Windows color (decimal): -2977129 or 9933522. OLE color: 9933522.
HSL color Cylindrical-coordinate representation of color #D29297: hue angle of 355.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29297 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 151 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.18 |
| HSL | 355.31º | 0.42% | 0.7% | - |
| HSV(B) | 355.31º | 0.3% | 0.82% | - |
| XYZ | 42.44 | 36.49 | 34.09 | - |
| YUV | 165.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 151 | 0 | 0.30 | 0.28 | 0.18 | 355.31 | 0.42 | 0.7 |
| Hex | D2 | 92 | 97 | 0 | 1E | 1C | 12 | 163 | 2A | 46 |
| Octal | 322 | 222 | 227 | 0 | 36 | 34 | 22 | 543 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10010111 | 0 | 11110 | 11100 | 10010 | 101100011 | 101010 | 1000110 |
Color Harmonies of #D29297
Complementary color
Monochromatic Colors of #D29297
Black with #D29297
Text Example
Text Example
White with #D29297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29297; }
p { color: rgb(210,146,151); }
H1.HeaderClassName
{
color: #D29297;
}
.AnyTagClassName
{
color: #D29297;
}
</style>
background-color css
<style>
a { background-color: #D29297; }
a { background-color: rgb(210,146,151); }
div.DivClassName
{
background-color: #D29297;
}
.BgClassName
{
background-color: #D29297;
}
</style>
border-color css
<style>
span { border-color: #D29297; }
span { border-color: rgb(210,146,151); }
td.TdClassName
{
border-color: #D29297;
}
.TagClassName
{
border-color: #D29297;
}
</style>