Shades of Careys Pink #D29193
Tints of Careys Pink #D29193
RGB
CMYK
RGB Variations
Color information
#D29193 (or 0xD29193) is known color: Careys Pink. HEX triplet: D2, 91 and 93. RGB value is (210,145,147). Sum of RGB (Red+Green+Blue) = 210+145+147=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D29193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29193 is #2D6E6C. Grayscale: #A4A4A4. Windows color (decimal): -2977389 or 9671122. OLE color: 9671122.
HSL color Cylindrical-coordinate representation of color #D29193: hue angle of 358.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29193 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 147 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.18 |
| HSL | 358.15º | 0.42% | 0.7% | - |
| HSV(B) | 358.15º | 0.31% | 0.82% | - |
| XYZ | 41.97 | 36.06 | 32.35 | - |
| YUV | 164.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 147 | 0 | 0.31 | 0.30 | 0.18 | 358.15 | 0.42 | 0.7 |
| Hex | D2 | 91 | 93 | 0 | 1F | 1E | 12 | 166 | 2A | 46 |
| Octal | 322 | 221 | 223 | 0 | 37 | 36 | 22 | 546 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10010011 | 0 | 11111 | 11110 | 10010 | 101100110 | 101010 | 1000110 |
Color Harmonies of #D29193
Complementary color
Monochromatic Colors of #D29193
Black with #D29193
Text Example
Text Example
White with #D29193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29193; }
p { color: rgb(210,145,147); }
H1.HeaderClassName
{
color: #D29193;
}
.AnyTagClassName
{
color: #D29193;
}
</style>
background-color css
<style>
a { background-color: #D29193; }
a { background-color: rgb(210,145,147); }
div.DivClassName
{
background-color: #D29193;
}
.BgClassName
{
background-color: #D29193;
}
</style>
border-color css
<style>
span { border-color: #D29193; }
span { border-color: rgb(210,145,147); }
td.TdClassName
{
border-color: #D29193;
}
.TagClassName
{
border-color: #D29193;
}
</style>