Shades of Careys Pink #D797A1
Tints of Careys Pink #D797A1
RGB
CMYK
RGB Variations
Color information
#D797A1 (or 0xD797A1) is known color: Careys Pink. HEX triplet: D7, 97 and A1. RGB value is (215,151,161). Sum of RGB (Red+Green+Blue) = 215+151+161=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D797A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D797A1 is #28685E. Grayscale: #ABABAB. Windows color (decimal): -2648159 or 10590167. OLE color: 10590167.
HSL color Cylindrical-coordinate representation of color #D797A1: hue angle of 350.62º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D797A1 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 161 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.16 |
| HSL | 350.63º | 0.44% | 0.72% | - |
| HSV(B) | 350.63º | 0.3% | 0.84% | - |
| XYZ | 45.52 | 39.15 | 38.88 | - |
| YUV | 171.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 161 | 0 | 0.30 | 0.25 | 0.16 | 350.63 | 0.44 | 0.72 |
| Hex | D7 | 97 | A1 | 0 | 1E | 19 | 10 | 15F | 2C | 48 |
| Octal | 327 | 227 | 241 | 0 | 36 | 31 | 20 | 537 | 54 | 110 |
| Binary | 11010111 | 10010111 | 10100001 | 0 | 11110 | 11001 | 10000 | 101011111 | 101100 | 1001000 |
Color Harmonies of #D797A1
Complementary color
Monochromatic Colors of #D797A1
Black with #D797A1
Text Example
Text Example
White with #D797A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797A1; }
p { color: rgb(215,151,161); }
H1.HeaderClassName
{
color: #D797A1;
}
.AnyTagClassName
{
color: #D797A1;
}
</style>
background-color css
<style>
a { background-color: #D797A1; }
a { background-color: rgb(215,151,161); }
div.DivClassName
{
background-color: #D797A1;
}
.BgClassName
{
background-color: #D797A1;
}
</style>
border-color css
<style>
span { border-color: #D797A1; }
span { border-color: rgb(215,151,161); }
td.TdClassName
{
border-color: #D797A1;
}
.TagClassName
{
border-color: #D797A1;
}
</style>