Shades of Careys Pink #D699A0
Tints of Careys Pink #D699A0
RGB
CMYK
RGB Variations
Color information
#D699A0 (or 0xD699A0) is known color: Careys Pink. HEX triplet: D6, 99 and A0. RGB value is (214,153,160). Sum of RGB (Red+Green+Blue) = 214+153+160=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D699A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699A0 is #29665F. Grayscale: #ACACAC. Windows color (decimal): -2713184 or 10525142. OLE color: 10525142.
HSL color Cylindrical-coordinate representation of color #D699A0: hue angle of 353.11º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699A0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 160 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.16 |
| HSL | 353.11º | 0.43% | 0.72% | - |
| HSV(B) | 353.11º | 0.29% | 0.84% | - |
| XYZ | 45.47 | 39.62 | 38.51 | - |
| YUV | 172.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 160 | 0 | 0.29 | 0.25 | 0.16 | 353.11 | 0.43 | 0.72 |
| Hex | D6 | 99 | A0 | 0 | 1D | 19 | 10 | 161 | 2B | 48 |
| Octal | 326 | 231 | 240 | 0 | 35 | 31 | 20 | 541 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10100000 | 0 | 11101 | 11001 | 10000 | 101100001 | 101011 | 1001000 |
Color Harmonies of #D699A0
Complementary color
Monochromatic Colors of #D699A0
Black with #D699A0
Text Example
Text Example
White with #D699A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699A0; }
p { color: rgb(214,153,160); }
H1.HeaderClassName
{
color: #D699A0;
}
.AnyTagClassName
{
color: #D699A0;
}
</style>
background-color css
<style>
a { background-color: #D699A0; }
a { background-color: rgb(214,153,160); }
div.DivClassName
{
background-color: #D699A0;
}
.BgClassName
{
background-color: #D699A0;
}
</style>
border-color css
<style>
span { border-color: #D699A0; }
span { border-color: rgb(214,153,160); }
td.TdClassName
{
border-color: #D699A0;
}
.TagClassName
{
border-color: #D699A0;
}
</style>