Shades of Careys Pink #D69BA2
Tints of Careys Pink #D69BA2
RGB
CMYK
RGB Variations
Color information
#D69BA2 (or 0xD69BA2) is known color: Careys Pink. HEX triplet: D6, 9B and A2. RGB value is (214,155,162). Sum of RGB (Red+Green+Blue) = 214+155+162=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BA2 is #29645D. Grayscale: #ADADAD. Windows color (decimal): -2712670 or 10656726. OLE color: 10656726.
HSL color Cylindrical-coordinate representation of color #D69BA2: hue angle of 352.88º 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 #D69BA2 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 162 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.16 |
| HSL | 352.88º | 0.42% | 0.72% | - |
| HSV(B) | 352.88º | 0.28% | 0.84% | - |
| XYZ | 45.97 | 40.35 | 39.55 | - |
| YUV | 173.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 162 | 0 | 0.28 | 0.24 | 0.16 | 352.88 | 0.42 | 0.72 |
| Hex | D6 | 9B | A2 | 0 | 1C | 18 | 10 | 161 | 2A | 48 |
| Octal | 326 | 233 | 242 | 0 | 34 | 30 | 20 | 541 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10100010 | 0 | 11100 | 11000 | 10000 | 101100001 | 101010 | 1001000 |
Color Harmonies of #D69BA2
Complementary color
Monochromatic Colors of #D69BA2
Black with #D69BA2
Text Example
Text Example
White with #D69BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BA2; }
p { color: rgb(214,155,162); }
H1.HeaderClassName
{
color: #D69BA2;
}
.AnyTagClassName
{
color: #D69BA2;
}
</style>
background-color css
<style>
a { background-color: #D69BA2; }
a { background-color: rgb(214,155,162); }
div.DivClassName
{
background-color: #D69BA2;
}
.BgClassName
{
background-color: #D69BA2;
}
</style>
border-color css
<style>
span { border-color: #D69BA2; }
span { border-color: rgb(214,155,162); }
td.TdClassName
{
border-color: #D69BA2;
}
.TagClassName
{
border-color: #D69BA2;
}
</style>