Shades of Careys Pink #D69599
Tints of Careys Pink #D69599
RGB
CMYK
RGB Variations
Color information
#D69599 (or 0xD69599) is known color: Careys Pink. HEX triplet: D6, 95 and 99. RGB value is (214,149,153). Sum of RGB (Red+Green+Blue) = 214+149+153=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D69599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69599 is #296A66. Grayscale: #A8A8A8. Windows color (decimal): -2714215 or 10065366. OLE color: 10065366.
HSL color Cylindrical-coordinate representation of color #D69599: hue angle of 356.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69599 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 153 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.16 |
| HSL | 356.31º | 0.44% | 0.71% | - |
| HSV(B) | 356.31º | 0.3% | 0.84% | - |
| XYZ | 44.23 | 38.09 | 35.16 | - |
| YUV | 168.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 153 | 0 | 0.30 | 0.29 | 0.16 | 356.31 | 0.44 | 0.71 |
| Hex | D6 | 95 | 99 | 0 | 1E | 1D | 10 | 164 | 2C | 47 |
| Octal | 326 | 225 | 231 | 0 | 36 | 35 | 20 | 544 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10011001 | 0 | 11110 | 11101 | 10000 | 101100100 | 101100 | 1000111 |
Color Harmonies of #D69599
Complementary color
Monochromatic Colors of #D69599
Black with #D69599
Text Example
Text Example
White with #D69599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69599; }
p { color: rgb(214,149,153); }
H1.HeaderClassName
{
color: #D69599;
}
.AnyTagClassName
{
color: #D69599;
}
</style>
background-color css
<style>
a { background-color: #D69599; }
a { background-color: rgb(214,149,153); }
div.DivClassName
{
background-color: #D69599;
}
.BgClassName
{
background-color: #D69599;
}
</style>
border-color css
<style>
span { border-color: #D69599; }
span { border-color: rgb(214,149,153); }
td.TdClassName
{
border-color: #D69599;
}
.TagClassName
{
border-color: #D69599;
}
</style>