Shades of Careys Pink #D99698
Tints of Careys Pink #D99698
RGB
CMYK
RGB Variations
Color information
#D99698 (or 0xD99698) is known color: Careys Pink. HEX triplet: D9, 96 and 98. RGB value is (217,150,152). Sum of RGB (Red+Green+Blue) = 217+150+152=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D99698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99698 is #266967. Grayscale: #AAAAAA. Windows color (decimal): -2517352 or 10000089. OLE color: 10000089.
HSL color Cylindrical-coordinate representation of color #D99698: hue angle of 358.21º 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 #D99698 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 152 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.15 |
| HSL | 358.21º | 0.47% | 0.72% | - |
| HSV(B) | 358.21º | 0.31% | 0.85% | - |
| XYZ | 45.19 | 38.83 | 34.82 | - |
| YUV | 170.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 152 | 0 | 0.31 | 0.30 | 0.15 | 358.21 | 0.47 | 0.72 |
| Hex | D9 | 96 | 98 | 0 | 1F | 1E | F | 166 | 2F | 48 |
| Octal | 331 | 226 | 230 | 0 | 37 | 36 | 17 | 546 | 57 | 110 |
| Binary | 11011001 | 10010110 | 10011000 | 0 | 11111 | 11110 | 1111 | 101100110 | 101111 | 1001000 |
Color Harmonies of #D99698
Complementary color
Monochromatic Colors of #D99698
Black with #D99698
Text Example
Text Example
White with #D99698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99698; }
p { color: rgb(217,150,152); }
H1.HeaderClassName
{
color: #D99698;
}
.AnyTagClassName
{
color: #D99698;
}
</style>
background-color css
<style>
a { background-color: #D99698; }
a { background-color: rgb(217,150,152); }
div.DivClassName
{
background-color: #D99698;
}
.BgClassName
{
background-color: #D99698;
}
</style>
border-color css
<style>
span { border-color: #D99698; }
span { border-color: rgb(217,150,152); }
td.TdClassName
{
border-color: #D99698;
}
.TagClassName
{
border-color: #D99698;
}
</style>