Shades of Careys Pink #D7999E
Tints of Careys Pink #D7999E
RGB
CMYK
RGB Variations
Color information
#D7999E (or 0xD7999E) is known color: Careys Pink. HEX triplet: D7, 99 and 9E. RGB value is (215,153,158). Sum of RGB (Red+Green+Blue) = 215+153+158=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7999E is #286661. Grayscale: #ACACAC. Windows color (decimal): -2647650 or 10394071. OLE color: 10394071.
HSL color Cylindrical-coordinate representation of color #D7999E: hue angle of 355.16º degrees, saturation: 0.44, 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 #D7999E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 158 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.16 |
| HSL | 355.16º | 0.44% | 0.72% | - |
| HSV(B) | 355.16º | 0.29% | 0.84% | - |
| XYZ | 45.59 | 39.7 | 37.61 | - |
| YUV | 172.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 158 | 0 | 0.29 | 0.27 | 0.16 | 355.16 | 0.44 | 0.72 |
| Hex | D7 | 99 | 9E | 0 | 1D | 1B | 10 | 163 | 2C | 48 |
| Octal | 327 | 231 | 236 | 0 | 35 | 33 | 20 | 543 | 54 | 110 |
| Binary | 11010111 | 10011001 | 10011110 | 0 | 11101 | 11011 | 10000 | 101100011 | 101100 | 1001000 |
Color Harmonies of #D7999E
Complementary color
Monochromatic Colors of #D7999E
Black with #D7999E
Text Example
Text Example
White with #D7999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7999E; }
p { color: rgb(215,153,158); }
H1.HeaderClassName
{
color: #D7999E;
}
.AnyTagClassName
{
color: #D7999E;
}
</style>
background-color css
<style>
a { background-color: #D7999E; }
a { background-color: rgb(215,153,158); }
div.DivClassName
{
background-color: #D7999E;
}
.BgClassName
{
background-color: #D7999E;
}
</style>
border-color css
<style>
span { border-color: #D7999E; }
span { border-color: rgb(215,153,158); }
td.TdClassName
{
border-color: #D7999E;
}
.TagClassName
{
border-color: #D7999E;
}
</style>