Shades of Careys Pink #D69BA4
Tints of Careys Pink #D69BA4
RGB
CMYK
RGB Variations
Color information
#D69BA4 (or 0xD69BA4) is known color: Careys Pink. HEX triplet: D6, 9B and A4. RGB value is (214,155,164). Sum of RGB (Red+Green+Blue) = 214+155+164=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BA4 is #29645B. Grayscale: #ADADAD. Windows color (decimal): -2712668 or 10787798. OLE color: 10787798.
HSL color Cylindrical-coordinate representation of color #D69BA4: hue angle of 350.85º 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 #D69BA4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 164 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.16 |
| HSL | 350.85º | 0.42% | 0.72% | - |
| HSV(B) | 350.85º | 0.28% | 0.84% | - |
| XYZ | 46.15 | 40.42 | 40.49 | - |
| YUV | 173.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 164 | 0 | 0.28 | 0.23 | 0.16 | 350.85 | 0.42 | 0.72 |
| Hex | D6 | 9B | A4 | 0 | 1C | 17 | 10 | 15F | 2A | 48 |
| Octal | 326 | 233 | 244 | 0 | 34 | 27 | 20 | 537 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10100100 | 0 | 11100 | 10111 | 10000 | 101011111 | 101010 | 1001000 |
Color Harmonies of #D69BA4
Complementary color
Monochromatic Colors of #D69BA4
Black with #D69BA4
Text Example
Text Example
White with #D69BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BA4; }
p { color: rgb(214,155,164); }
H1.HeaderClassName
{
color: #D69BA4;
}
.AnyTagClassName
{
color: #D69BA4;
}
</style>
background-color css
<style>
a { background-color: #D69BA4; }
a { background-color: rgb(214,155,164); }
div.DivClassName
{
background-color: #D69BA4;
}
.BgClassName
{
background-color: #D69BA4;
}
</style>
border-color css
<style>
span { border-color: #D69BA4; }
span { border-color: rgb(214,155,164); }
td.TdClassName
{
border-color: #D69BA4;
}
.TagClassName
{
border-color: #D69BA4;
}
</style>