Shades of Careys Pink #D69BA5
Tints of Careys Pink #D69BA5
RGB
CMYK
RGB Variations
Color information
#D69BA5 (or 0xD69BA5) is known color: Careys Pink. HEX triplet: D6, 9B and A5. RGB value is (214,155,165). Sum of RGB (Red+Green+Blue) = 214+155+165=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BA5 is #29645A. Grayscale: #ADADAD. Windows color (decimal): -2712667 or 10853334. OLE color: 10853334.
HSL color Cylindrical-coordinate representation of color #D69BA5: hue angle of 349.83º 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 #D69BA5 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 165 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.16 |
| HSL | 349.83º | 0.42% | 0.72% | - |
| HSV(B) | 349.83º | 0.28% | 0.84% | - |
| XYZ | 46.24 | 40.46 | 40.97 | - |
| YUV | 173.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 165 | 0 | 0.28 | 0.23 | 0.16 | 349.83 | 0.42 | 0.72 |
| Hex | D6 | 9B | A5 | 0 | 1C | 17 | 10 | 15E | 2A | 48 |
| Octal | 326 | 233 | 245 | 0 | 34 | 27 | 20 | 536 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10100101 | 0 | 11100 | 10111 | 10000 | 101011110 | 101010 | 1001000 |
Color Harmonies of #D69BA5
Complementary color
Monochromatic Colors of #D69BA5
Black with #D69BA5
Text Example
Text Example
White with #D69BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BA5; }
p { color: rgb(214,155,165); }
H1.HeaderClassName
{
color: #D69BA5;
}
.AnyTagClassName
{
color: #D69BA5;
}
</style>
background-color css
<style>
a { background-color: #D69BA5; }
a { background-color: rgb(214,155,165); }
div.DivClassName
{
background-color: #D69BA5;
}
.BgClassName
{
background-color: #D69BA5;
}
</style>
border-color css
<style>
span { border-color: #D69BA5; }
span { border-color: rgb(214,155,165); }
td.TdClassName
{
border-color: #D69BA5;
}
.TagClassName
{
border-color: #D69BA5;
}
</style>