Shades of Careys Pink #D9969D
Tints of Careys Pink #D9969D
RGB
CMYK
RGB Variations
Color information
#D9969D (or 0xD9969D) is known color: Careys Pink. HEX triplet: D9, 96 and 9D. RGB value is (217,150,157). Sum of RGB (Red+Green+Blue) = 217+150+157=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9969D is #266962. Grayscale: #AAAAAA. Windows color (decimal): -2517347 or 10327769. OLE color: 10327769.
HSL color Cylindrical-coordinate representation of color #D9969D: hue angle of 353.73º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9969D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 157 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.15 |
| HSL | 353.73º | 0.47% | 0.72% | - |
| HSV(B) | 353.73º | 0.31% | 0.85% | - |
| XYZ | 45.61 | 39 | 37.02 | - |
| YUV | 170.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 157 | 0 | 0.31 | 0.28 | 0.15 | 353.73 | 0.47 | 0.72 |
| Hex | D9 | 96 | 9D | 0 | 1F | 1C | F | 162 | 2F | 48 |
| Octal | 331 | 226 | 235 | 0 | 37 | 34 | 17 | 542 | 57 | 110 |
| Binary | 11011001 | 10010110 | 10011101 | 0 | 11111 | 11100 | 1111 | 101100010 | 101111 | 1001000 |
Color Harmonies of #D9969D
Complementary color
Monochromatic Colors of #D9969D
Black with #D9969D
Text Example
Text Example
White with #D9969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9969D; }
p { color: rgb(217,150,157); }
H1.HeaderClassName
{
color: #D9969D;
}
.AnyTagClassName
{
color: #D9969D;
}
</style>
background-color css
<style>
a { background-color: #D9969D; }
a { background-color: rgb(217,150,157); }
div.DivClassName
{
background-color: #D9969D;
}
.BgClassName
{
background-color: #D9969D;
}
</style>
border-color css
<style>
span { border-color: #D9969D; }
span { border-color: rgb(217,150,157); }
td.TdClassName
{
border-color: #D9969D;
}
.TagClassName
{
border-color: #D9969D;
}
</style>