Shades of Careys Pink #D79CA5
Tints of Careys Pink #D79CA5
RGB
CMYK
RGB Variations
Color information
#D79CA5 (or 0xD79CA5) is known color: Careys Pink. HEX triplet: D7, 9C and A5. RGB value is (215,156,165). Sum of RGB (Red+Green+Blue) = 215+156+165=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79CA5 is #28635A. Grayscale: #AEAEAE. Windows color (decimal): -2646875 or 10853591. OLE color: 10853591.
HSL color Cylindrical-coordinate representation of color #D79CA5: hue angle of 350.85º 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 #D79CA5 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 165 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.16 |
| HSL | 350.85º | 0.42% | 0.73% | - |
| HSV(B) | 350.85º | 0.27% | 0.84% | - |
| XYZ | 46.7 | 40.94 | 41.04 | - |
| YUV | 174.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 165 | 0 | 0.27 | 0.23 | 0.16 | 350.85 | 0.42 | 0.73 |
| Hex | D7 | 9C | A5 | 0 | 1B | 17 | 10 | 15F | 2A | 49 |
| Octal | 327 | 234 | 245 | 0 | 33 | 27 | 20 | 537 | 52 | 111 |
| Binary | 11010111 | 10011100 | 10100101 | 0 | 11011 | 10111 | 10000 | 101011111 | 101010 | 1001001 |
Color Harmonies of #D79CA5
Complementary color
Monochromatic Colors of #D79CA5
Black with #D79CA5
Text Example
Text Example
White with #D79CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CA5; }
p { color: rgb(215,156,165); }
H1.HeaderClassName
{
color: #D79CA5;
}
.AnyTagClassName
{
color: #D79CA5;
}
</style>
background-color css
<style>
a { background-color: #D79CA5; }
a { background-color: rgb(215,156,165); }
div.DivClassName
{
background-color: #D79CA5;
}
.BgClassName
{
background-color: #D79CA5;
}
</style>
border-color css
<style>
span { border-color: #D79CA5; }
span { border-color: rgb(215,156,165); }
td.TdClassName
{
border-color: #D79CA5;
}
.TagClassName
{
border-color: #D79CA5;
}
</style>