Shades of Careys Pink #D79CA0
Tints of Careys Pink #D79CA0
RGB
CMYK
RGB Variations
Color information
#D79CA0 (or 0xD79CA0) is known color: Careys Pink. HEX triplet: D7, 9C and A0. RGB value is (215,156,160). Sum of RGB (Red+Green+Blue) = 215+156+160=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79CA0 is #28635F. Grayscale: #AEAEAE. Windows color (decimal): -2646880 or 10525911. OLE color: 10525911.
HSL color Cylindrical-coordinate representation of color #D79CA0: hue angle of 355.93º 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 #D79CA0 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 160 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.16 |
| HSL | 355.93º | 0.42% | 0.73% | - |
| HSV(B) | 355.93º | 0.27% | 0.84% | - |
| XYZ | 46.26 | 40.76 | 38.69 | - |
| YUV | 174.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 160 | 0 | 0.27 | 0.26 | 0.16 | 355.93 | 0.42 | 0.73 |
| Hex | D7 | 9C | A0 | 0 | 1B | 1A | 10 | 164 | 2A | 49 |
| Octal | 327 | 234 | 240 | 0 | 33 | 32 | 20 | 544 | 52 | 111 |
| Binary | 11010111 | 10011100 | 10100000 | 0 | 11011 | 11010 | 10000 | 101100100 | 101010 | 1001001 |
Color Harmonies of #D79CA0
Complementary color
Monochromatic Colors of #D79CA0
Black with #D79CA0
Text Example
Text Example
White with #D79CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CA0; }
p { color: rgb(215,156,160); }
H1.HeaderClassName
{
color: #D79CA0;
}
.AnyTagClassName
{
color: #D79CA0;
}
</style>
background-color css
<style>
a { background-color: #D79CA0; }
a { background-color: rgb(215,156,160); }
div.DivClassName
{
background-color: #D79CA0;
}
.BgClassName
{
background-color: #D79CA0;
}
</style>
border-color css
<style>
span { border-color: #D79CA0; }
span { border-color: rgb(215,156,160); }
td.TdClassName
{
border-color: #D79CA0;
}
.TagClassName
{
border-color: #D79CA0;
}
</style>