Shades of Careys Pink #D79BA4
Tints of Careys Pink #D79BA4
RGB
CMYK
RGB Variations
Color information
#D79BA4 (or 0xD79BA4) is known color: Careys Pink. HEX triplet: D7, 9B and A4. RGB value is (215,155,164). Sum of RGB (Red+Green+Blue) = 215+155+164=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79BA4 is #28645B. Grayscale: #ADADAD. Windows color (decimal): -2647132 or 10787799. OLE color: 10787799.
HSL color Cylindrical-coordinate representation of color #D79BA4: hue angle of 351º 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 #D79BA4 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 164 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.16 |
| HSL | 351º | 0.43% | 0.73% | - |
| HSV(B) | 351º | 0.28% | 0.84% | - |
| XYZ | 46.45 | 40.57 | 40.5 | - |
| YUV | 173.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 164 | 0 | 0.28 | 0.24 | 0.16 | 351 | 0.43 | 0.73 |
| Hex | D7 | 9B | A4 | 0 | 1C | 18 | 10 | 15F | 2B | 49 |
| Octal | 327 | 233 | 244 | 0 | 34 | 30 | 20 | 537 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10100100 | 0 | 11100 | 11000 | 10000 | 101011111 | 101011 | 1001001 |
Color Harmonies of #D79BA4
Complementary color
Monochromatic Colors of #D79BA4
Black with #D79BA4
Text Example
Text Example
White with #D79BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BA4; }
p { color: rgb(215,155,164); }
H1.HeaderClassName
{
color: #D79BA4;
}
.AnyTagClassName
{
color: #D79BA4;
}
</style>
background-color css
<style>
a { background-color: #D79BA4; }
a { background-color: rgb(215,155,164); }
div.DivClassName
{
background-color: #D79BA4;
}
.BgClassName
{
background-color: #D79BA4;
}
</style>
border-color css
<style>
span { border-color: #D79BA4; }
span { border-color: rgb(215,155,164); }
td.TdClassName
{
border-color: #D79BA4;
}
.TagClassName
{
border-color: #D79BA4;
}
</style>