Shades of Careys Pink #D69295
Tints of Careys Pink #D69295
RGB
CMYK
RGB Variations
Color information
#D69295 (or 0xD69295) is known color: Careys Pink. HEX triplet: D6, 92 and 95. RGB value is (214,146,149). Sum of RGB (Red+Green+Blue) = 214+146+149=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D69295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69295 is #296D6A. Grayscale: #A6A6A6. Windows color (decimal): -2714987 or 9802454. OLE color: 9802454.
HSL color Cylindrical-coordinate representation of color #D69295: hue angle of 357.35º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69295 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 149 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.16 |
| HSL | 357.35º | 0.45% | 0.71% | - |
| HSV(B) | 357.35º | 0.32% | 0.84% | - |
| XYZ | 43.44 | 37.02 | 33.29 | - |
| YUV | 166.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 149 | 0 | 0.32 | 0.30 | 0.16 | 357.35 | 0.45 | 0.71 |
| Hex | D6 | 92 | 95 | 0 | 20 | 1E | 10 | 165 | 2D | 47 |
| Octal | 326 | 222 | 225 | 0 | 40 | 36 | 20 | 545 | 55 | 107 |
| Binary | 11010110 | 10010010 | 10010101 | 0 | 100000 | 11110 | 10000 | 101100101 | 101101 | 1000111 |
Color Harmonies of #D69295
Complementary color
Monochromatic Colors of #D69295
Black with #D69295
Text Example
Text Example
White with #D69295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69295; }
p { color: rgb(214,146,149); }
H1.HeaderClassName
{
color: #D69295;
}
.AnyTagClassName
{
color: #D69295;
}
</style>
background-color css
<style>
a { background-color: #D69295; }
a { background-color: rgb(214,146,149); }
div.DivClassName
{
background-color: #D69295;
}
.BgClassName
{
background-color: #D69295;
}
</style>
border-color css
<style>
span { border-color: #D69295; }
span { border-color: rgb(214,146,149); }
td.TdClassName
{
border-color: #D69295;
}
.TagClassName
{
border-color: #D69295;
}
</style>