Shades of Careys Pink #D79398
Tints of Careys Pink #D79398
RGB
CMYK
RGB Variations
Color information
#D79398 (or 0xD79398) is known color: Careys Pink. HEX triplet: D7, 93 and 98. RGB value is (215,147,152). Sum of RGB (Red+Green+Blue) = 215+147+152=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D79398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79398 is #286C67. Grayscale: #A7A7A7. Windows color (decimal): -2649192 or 9999319. OLE color: 9999319.
HSL color Cylindrical-coordinate representation of color #D79398: hue angle of 355.59º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D79398 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 152 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.16 |
| HSL | 355.59º | 0.46% | 0.71% | - |
| HSV(B) | 355.59º | 0.32% | 0.84% | - |
| XYZ | 44.13 | 37.58 | 34.63 | - |
| YUV | 167.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 152 | 0 | 0.32 | 0.29 | 0.16 | 355.59 | 0.46 | 0.71 |
| Hex | D7 | 93 | 98 | 0 | 20 | 1D | 10 | 164 | 2E | 47 |
| Octal | 327 | 223 | 230 | 0 | 40 | 35 | 20 | 544 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10011000 | 0 | 100000 | 11101 | 10000 | 101100100 | 101110 | 1000111 |
Color Harmonies of #D79398
Complementary color
Monochromatic Colors of #D79398
Black with #D79398
Text Example
Text Example
White with #D79398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79398; }
p { color: rgb(215,147,152); }
H1.HeaderClassName
{
color: #D79398;
}
.AnyTagClassName
{
color: #D79398;
}
</style>
background-color css
<style>
a { background-color: #D79398; }
a { background-color: rgb(215,147,152); }
div.DivClassName
{
background-color: #D79398;
}
.BgClassName
{
background-color: #D79398;
}
</style>
border-color css
<style>
span { border-color: #D79398; }
span { border-color: rgb(215,147,152); }
td.TdClassName
{
border-color: #D79398;
}
.TagClassName
{
border-color: #D79398;
}
</style>