Shades of Careys Pink #D79CA1
Tints of Careys Pink #D79CA1
RGB
CMYK
RGB Variations
Color information
#D79CA1 (or 0xD79CA1) is known color: Careys Pink. HEX triplet: D7, 9C and A1. RGB value is (215,156,161). Sum of RGB (Red+Green+Blue) = 215+156+161=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79CA1 is #28635E. Grayscale: #AEAEAE. Windows color (decimal): -2646879 or 10591447. OLE color: 10591447.
HSL color Cylindrical-coordinate representation of color #D79CA1: hue angle of 354.92º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CA1 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 161 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.16 |
| HSL | 354.92º | 0.42% | 0.73% | - |
| HSV(B) | 354.92º | 0.27% | 0.84% | - |
| XYZ | 46.35 | 40.8 | 39.15 | - |
| YUV | 174.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 161 | 0 | 0.27 | 0.25 | 0.16 | 354.92 | 0.42 | 0.73 |
| Hex | D7 | 9C | A1 | 0 | 1B | 19 | 10 | 163 | 2A | 49 |
| Octal | 327 | 234 | 241 | 0 | 33 | 31 | 20 | 543 | 52 | 111 |
| Binary | 11010111 | 10011100 | 10100001 | 0 | 11011 | 11001 | 10000 | 101100011 | 101010 | 1001001 |
Color Harmonies of #D79CA1
Complementary color
Monochromatic Colors of #D79CA1
Black with #D79CA1
Text Example
Text Example
White with #D79CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CA1; }
p { color: rgb(215,156,161); }
H1.HeaderClassName
{
color: #D79CA1;
}
.AnyTagClassName
{
color: #D79CA1;
}
</style>
background-color css
<style>
a { background-color: #D79CA1; }
a { background-color: rgb(215,156,161); }
div.DivClassName
{
background-color: #D79CA1;
}
.BgClassName
{
background-color: #D79CA1;
}
</style>
border-color css
<style>
span { border-color: #D79CA1; }
span { border-color: rgb(215,156,161); }
td.TdClassName
{
border-color: #D79CA1;
}
.TagClassName
{
border-color: #D79CA1;
}
</style>