Shades of Careys Pink #DA9BA0
Tints of Careys Pink #DA9BA0
RGB
CMYK
RGB Variations
Color information
#DA9BA0 (or 0xDA9BA0) is known color: Careys Pink. HEX triplet: DA, 9B and A0. RGB value is (218,155,160). Sum of RGB (Red+Green+Blue) = 218+155+160=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BA0 is #25645F. Grayscale: #AEAEAE. Windows color (decimal): -2450528 or 10525658. OLE color: 10525658.
HSL color Cylindrical-coordinate representation of color #DA9BA0: hue angle of 355.24º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BA0 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 160 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.15 |
| HSL | 355.24º | 0.46% | 0.73% | - |
| HSV(B) | 355.24º | 0.29% | 0.85% | - |
| XYZ | 46.98 | 40.89 | 38.67 | - |
| YUV | 174.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 160 | 0 | 0.29 | 0.27 | 0.15 | 355.24 | 0.46 | 0.73 |
| Hex | DA | 9B | A0 | 0 | 1D | 1B | F | 163 | 2E | 49 |
| Octal | 332 | 233 | 240 | 0 | 35 | 33 | 17 | 543 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10100000 | 0 | 11101 | 11011 | 1111 | 101100011 | 101110 | 1001001 |
Color Harmonies of #DA9BA0
Complementary color
Monochromatic Colors of #DA9BA0
Black with #DA9BA0
Text Example
Text Example
White with #DA9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BA0; }
p { color: rgb(218,155,160); }
H1.HeaderClassName
{
color: #DA9BA0;
}
.AnyTagClassName
{
color: #DA9BA0;
}
</style>
background-color css
<style>
a { background-color: #DA9BA0; }
a { background-color: rgb(218,155,160); }
div.DivClassName
{
background-color: #DA9BA0;
}
.BgClassName
{
background-color: #DA9BA0;
}
</style>
border-color css
<style>
span { border-color: #DA9BA0; }
span { border-color: rgb(218,155,160); }
td.TdClassName
{
border-color: #DA9BA0;
}
.TagClassName
{
border-color: #DA9BA0;
}
</style>