Shades of Careys Pink #D79B9F
Tints of Careys Pink #D79B9F
RGB
CMYK
RGB Variations
Color information
#D79B9F (or 0xD79B9F) is known color: Careys Pink. HEX triplet: D7, 9B and 9F. RGB value is (215,155,159). Sum of RGB (Red+Green+Blue) = 215+155+159=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79B9F is #286460. Grayscale: #ADADAD. Windows color (decimal): -2647137 or 10460119. OLE color: 10460119.
HSL color Cylindrical-coordinate representation of color #D79B9F: hue angle of 356º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79B9F is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 159 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.16 |
| HSL | 356º | 0.43% | 0.73% | - |
| HSV(B) | 356º | 0.28% | 0.84% | - |
| XYZ | 46 | 40.39 | 38.17 | - |
| YUV | 173.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 159 | 0 | 0.28 | 0.26 | 0.16 | 356 | 0.43 | 0.73 |
| Hex | D7 | 9B | 9F | 0 | 1C | 1A | 10 | 164 | 2B | 49 |
| Octal | 327 | 233 | 237 | 0 | 34 | 32 | 20 | 544 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10011111 | 0 | 11100 | 11010 | 10000 | 101100100 | 101011 | 1001001 |
Color Harmonies of #D79B9F
Complementary color
Monochromatic Colors of #D79B9F
Black with #D79B9F
Text Example
Text Example
White with #D79B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B9F; }
p { color: rgb(215,155,159); }
H1.HeaderClassName
{
color: #D79B9F;
}
.AnyTagClassName
{
color: #D79B9F;
}
</style>
background-color css
<style>
a { background-color: #D79B9F; }
a { background-color: rgb(215,155,159); }
div.DivClassName
{
background-color: #D79B9F;
}
.BgClassName
{
background-color: #D79B9F;
}
</style>
border-color css
<style>
span { border-color: #D79B9F; }
span { border-color: rgb(215,155,159); }
td.TdClassName
{
border-color: #D79B9F;
}
.TagClassName
{
border-color: #D79B9F;
}
</style>