Shades of Careys Pink #D69CA0
Tints of Careys Pink #D69CA0
RGB
CMYK
RGB Variations
Color information
#D69CA0 (or 0xD69CA0) is known color: Careys Pink. HEX triplet: D6, 9C and A0. RGB value is (214,156,160). Sum of RGB (Red+Green+Blue) = 214+156+160=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69CA0 is #29635F. Grayscale: #ADADAD. Windows color (decimal): -2712416 or 10525910. OLE color: 10525910.
HSL color Cylindrical-coordinate representation of color #D69CA0: hue angle of 355.86º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CA0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 160 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.16 |
| HSL | 355.86º | 0.41% | 0.73% | - |
| HSV(B) | 355.86º | 0.27% | 0.84% | - |
| XYZ | 45.97 | 40.61 | 38.67 | - |
| YUV | 173.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 160 | 0 | 0.27 | 0.25 | 0.16 | 355.86 | 0.41 | 0.73 |
| Hex | D6 | 9C | A0 | 0 | 1B | 19 | 10 | 164 | 29 | 49 |
| Octal | 326 | 234 | 240 | 0 | 33 | 31 | 20 | 544 | 51 | 111 |
| Binary | 11010110 | 10011100 | 10100000 | 0 | 11011 | 11001 | 10000 | 101100100 | 101001 | 1001001 |
Color Harmonies of #D69CA0
Complementary color
Monochromatic Colors of #D69CA0
Black with #D69CA0
Text Example
Text Example
White with #D69CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CA0; }
p { color: rgb(214,156,160); }
H1.HeaderClassName
{
color: #D69CA0;
}
.AnyTagClassName
{
color: #D69CA0;
}
</style>
background-color css
<style>
a { background-color: #D69CA0; }
a { background-color: rgb(214,156,160); }
div.DivClassName
{
background-color: #D69CA0;
}
.BgClassName
{
background-color: #D69CA0;
}
</style>
border-color css
<style>
span { border-color: #D69CA0; }
span { border-color: rgb(214,156,160); }
td.TdClassName
{
border-color: #D69CA0;
}
.TagClassName
{
border-color: #D69CA0;
}
</style>