Shades of Careys Pink #D69BA6
Tints of Careys Pink #D69BA6
RGB
CMYK
RGB Variations
Color information
#D69BA6 (or 0xD69BA6) is known color: Careys Pink. HEX triplet: D6, 9B and A6. RGB value is (214,155,166). Sum of RGB (Red+Green+Blue) = 214+155+166=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BA6 is #296459. Grayscale: #ADADAD. Windows color (decimal): -2712666 or 10918870. OLE color: 10918870.
HSL color Cylindrical-coordinate representation of color #D69BA6: hue angle of 348.81º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BA6 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 166 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.16 |
| HSL | 348.81º | 0.42% | 0.72% | - |
| HSV(B) | 348.81º | 0.28% | 0.84% | - |
| XYZ | 46.34 | 40.49 | 41.45 | - |
| YUV | 173.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 166 | 0 | 0.28 | 0.22 | 0.16 | 348.81 | 0.42 | 0.72 |
| Hex | D6 | 9B | A6 | 0 | 1C | 16 | 10 | 15D | 2A | 48 |
| Octal | 326 | 233 | 246 | 0 | 34 | 26 | 20 | 535 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10100110 | 0 | 11100 | 10110 | 10000 | 101011101 | 101010 | 1001000 |
Color Harmonies of #D69BA6
Complementary color
Monochromatic Colors of #D69BA6
Black with #D69BA6
Text Example
Text Example
White with #D69BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BA6; }
p { color: rgb(214,155,166); }
H1.HeaderClassName
{
color: #D69BA6;
}
.AnyTagClassName
{
color: #D69BA6;
}
</style>
background-color css
<style>
a { background-color: #D69BA6; }
a { background-color: rgb(214,155,166); }
div.DivClassName
{
background-color: #D69BA6;
}
.BgClassName
{
background-color: #D69BA6;
}
</style>
border-color css
<style>
span { border-color: #D69BA6; }
span { border-color: rgb(214,155,166); }
td.TdClassName
{
border-color: #D69BA6;
}
.TagClassName
{
border-color: #D69BA6;
}
</style>