Shades of Careys Pink #D69CA5
Tints of Careys Pink #D69CA5
RGB
CMYK
RGB Variations
Color information
#D69CA5 (or 0xD69CA5) is known color: Careys Pink. HEX triplet: D6, 9C and A5. RGB value is (214,156,165). Sum of RGB (Red+Green+Blue) = 214+156+165=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69CA5 is #29635A. Grayscale: #AEAEAE. Windows color (decimal): -2712411 or 10853590. OLE color: 10853590.
HSL color Cylindrical-coordinate representation of color #D69CA5: hue angle of 350.69º 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 #D69CA5 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 165 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.16 |
| HSL | 350.69º | 0.41% | 0.73% | - |
| HSV(B) | 350.69º | 0.27% | 0.84% | - |
| XYZ | 46.41 | 40.79 | 41.02 | - |
| YUV | 174.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 165 | 0 | 0.27 | 0.23 | 0.16 | 350.69 | 0.41 | 0.73 |
| Hex | D6 | 9C | A5 | 0 | 1B | 17 | 10 | 15F | 29 | 49 |
| Octal | 326 | 234 | 245 | 0 | 33 | 27 | 20 | 537 | 51 | 111 |
| Binary | 11010110 | 10011100 | 10100101 | 0 | 11011 | 10111 | 10000 | 101011111 | 101001 | 1001001 |
Color Harmonies of #D69CA5
Complementary color
Monochromatic Colors of #D69CA5
Black with #D69CA5
Text Example
Text Example
White with #D69CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CA5; }
p { color: rgb(214,156,165); }
H1.HeaderClassName
{
color: #D69CA5;
}
.AnyTagClassName
{
color: #D69CA5;
}
</style>
background-color css
<style>
a { background-color: #D69CA5; }
a { background-color: rgb(214,156,165); }
div.DivClassName
{
background-color: #D69CA5;
}
.BgClassName
{
background-color: #D69CA5;
}
</style>
border-color css
<style>
span { border-color: #D69CA5; }
span { border-color: rgb(214,156,165); }
td.TdClassName
{
border-color: #D69CA5;
}
.TagClassName
{
border-color: #D69CA5;
}
</style>