Shades of Careys Pink #D698A3
Tints of Careys Pink #D698A3
RGB
CMYK
RGB Variations
Color information
#D698A3 (or 0xD698A3) is known color: Careys Pink. HEX triplet: D6, 98 and A3. RGB value is (214,152,163). Sum of RGB (Red+Green+Blue) = 214+152+163=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A3 is #29675C. Grayscale: #ABABAB. Windows color (decimal): -2713437 or 10721494. OLE color: 10721494.
HSL color Cylindrical-coordinate representation of color #D698A3: hue angle of 349.35º 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 #D698A3 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 163 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.16 |
| HSL | 349.35º | 0.43% | 0.72% | - |
| HSV(B) | 349.35º | 0.29% | 0.84% | - |
| XYZ | 45.57 | 39.4 | 39.85 | - |
| YUV | 171.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 163 | 0 | 0.29 | 0.24 | 0.16 | 349.35 | 0.43 | 0.72 |
| Hex | D6 | 98 | A3 | 0 | 1D | 18 | 10 | 15D | 2B | 48 |
| Octal | 326 | 230 | 243 | 0 | 35 | 30 | 20 | 535 | 53 | 110 |
| Binary | 11010110 | 10011000 | 10100011 | 0 | 11101 | 11000 | 10000 | 101011101 | 101011 | 1001000 |
Color Harmonies of #D698A3
Complementary color
Monochromatic Colors of #D698A3
Black with #D698A3
Text Example
Text Example
White with #D698A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698A3; }
p { color: rgb(214,152,163); }
H1.HeaderClassName
{
color: #D698A3;
}
.AnyTagClassName
{
color: #D698A3;
}
</style>
background-color css
<style>
a { background-color: #D698A3; }
a { background-color: rgb(214,152,163); }
div.DivClassName
{
background-color: #D698A3;
}
.BgClassName
{
background-color: #D698A3;
}
</style>
border-color css
<style>
span { border-color: #D698A3; }
span { border-color: rgb(214,152,163); }
td.TdClassName
{
border-color: #D698A3;
}
.TagClassName
{
border-color: #D698A3;
}
</style>