Shades of Careys Pink #D699A2
Tints of Careys Pink #D699A2
RGB
CMYK
RGB Variations
Color information
#D699A2 (or 0xD699A2) is known color: Careys Pink. HEX triplet: D6, 99 and A2. RGB value is (214,153,162). Sum of RGB (Red+Green+Blue) = 214+153+162=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D699A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699A2 is #29665D. Grayscale: #ACACAC. Windows color (decimal): -2713182 or 10656214. OLE color: 10656214.
HSL color Cylindrical-coordinate representation of color #D699A2: hue angle of 351.15º 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 #D699A2 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 162 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.16 |
| HSL | 351.15º | 0.43% | 0.72% | - |
| HSV(B) | 351.15º | 0.29% | 0.84% | - |
| XYZ | 45.64 | 39.69 | 39.44 | - |
| YUV | 172.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 162 | 0 | 0.29 | 0.24 | 0.16 | 351.15 | 0.43 | 0.72 |
| Hex | D6 | 99 | A2 | 0 | 1D | 18 | 10 | 15F | 2B | 48 |
| Octal | 326 | 231 | 242 | 0 | 35 | 30 | 20 | 537 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10100010 | 0 | 11101 | 11000 | 10000 | 101011111 | 101011 | 1001000 |
Color Harmonies of #D699A2
Complementary color
Monochromatic Colors of #D699A2
Black with #D699A2
Text Example
Text Example
White with #D699A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699A2; }
p { color: rgb(214,153,162); }
H1.HeaderClassName
{
color: #D699A2;
}
.AnyTagClassName
{
color: #D699A2;
}
</style>
background-color css
<style>
a { background-color: #D699A2; }
a { background-color: rgb(214,153,162); }
div.DivClassName
{
background-color: #D699A2;
}
.BgClassName
{
background-color: #D699A2;
}
</style>
border-color css
<style>
span { border-color: #D699A2; }
span { border-color: rgb(214,153,162); }
td.TdClassName
{
border-color: #D699A2;
}
.TagClassName
{
border-color: #D699A2;
}
</style>