Shades of Careys Pink #D29294
Tints of Careys Pink #D29294
RGB
CMYK
RGB Variations
Color information
#D29294 (or 0xD29294) is known color: Careys Pink. HEX triplet: D2, 92 and 94. RGB value is (210,146,148). Sum of RGB (Red+Green+Blue) = 210+146+148=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D29294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29294 is #2D6D6B. Grayscale: #A5A5A5. Windows color (decimal): -2977132 or 9736914. OLE color: 9736914.
HSL color Cylindrical-coordinate representation of color #D29294: hue angle of 358.12º 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 #D29294 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 148 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.18 |
| HSL | 358.13º | 0.42% | 0.7% | - |
| HSV(B) | 358.13º | 0.3% | 0.82% | - |
| XYZ | 42.2 | 36.4 | 32.82 | - |
| YUV | 165.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 148 | 0 | 0.30 | 0.30 | 0.18 | 358.13 | 0.42 | 0.7 |
| Hex | D2 | 92 | 94 | 0 | 1E | 1E | 12 | 166 | 2A | 46 |
| Octal | 322 | 222 | 224 | 0 | 36 | 36 | 22 | 546 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10010100 | 0 | 11110 | 11110 | 10010 | 101100110 | 101010 | 1000110 |
Color Harmonies of #D29294
Complementary color
Monochromatic Colors of #D29294
Black with #D29294
Text Example
Text Example
White with #D29294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29294; }
p { color: rgb(210,146,148); }
H1.HeaderClassName
{
color: #D29294;
}
.AnyTagClassName
{
color: #D29294;
}
</style>
background-color css
<style>
a { background-color: #D29294; }
a { background-color: rgb(210,146,148); }
div.DivClassName
{
background-color: #D29294;
}
.BgClassName
{
background-color: #D29294;
}
</style>
border-color css
<style>
span { border-color: #D29294; }
span { border-color: rgb(210,146,148); }
td.TdClassName
{
border-color: #D29294;
}
.TagClassName
{
border-color: #D29294;
}
</style>