Shades of Careys Pink #D69597
Tints of Careys Pink #D69597
RGB
CMYK
RGB Variations
Color information
#D69597 (or 0xD69597) is known color: Careys Pink. HEX triplet: D6, 95 and 97. RGB value is (214,149,151). Sum of RGB (Red+Green+Blue) = 214+149+151=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D69597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69597 is #296A68. Grayscale: #A8A8A8. Windows color (decimal): -2714217 or 9934294. OLE color: 9934294.
HSL color Cylindrical-coordinate representation of color #D69597: hue angle of 358.15º 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 #D69597 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 151 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.16 |
| HSL | 358.15º | 0.44% | 0.71% | - |
| HSV(B) | 358.15º | 0.3% | 0.84% | - |
| XYZ | 44.06 | 38.03 | 34.3 | - |
| YUV | 168.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 151 | 0 | 0.30 | 0.29 | 0.16 | 358.15 | 0.44 | 0.71 |
| Hex | D6 | 95 | 97 | 0 | 1E | 1D | 10 | 166 | 2C | 47 |
| Octal | 326 | 225 | 227 | 0 | 36 | 35 | 20 | 546 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10010111 | 0 | 11110 | 11101 | 10000 | 101100110 | 101100 | 1000111 |
Color Harmonies of #D69597
Complementary color
Monochromatic Colors of #D69597
Black with #D69597
Text Example
Text Example
White with #D69597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69597; }
p { color: rgb(214,149,151); }
H1.HeaderClassName
{
color: #D69597;
}
.AnyTagClassName
{
color: #D69597;
}
</style>
background-color css
<style>
a { background-color: #D69597; }
a { background-color: rgb(214,149,151); }
div.DivClassName
{
background-color: #D69597;
}
.BgClassName
{
background-color: #D69597;
}
</style>
border-color css
<style>
span { border-color: #D69597; }
span { border-color: rgb(214,149,151); }
td.TdClassName
{
border-color: #D69597;
}
.TagClassName
{
border-color: #D69597;
}
</style>