Shades of Careys Pink #D8979A
Tints of Careys Pink #D8979A
RGB
CMYK
RGB Variations
Color information
#D8979A (or 0xD8979A) is known color: Careys Pink. HEX triplet: D8, 97 and 9A. RGB value is (216,151,154). Sum of RGB (Red+Green+Blue) = 216+151+154=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8979A is #276865. Grayscale: #AAAAAA. Windows color (decimal): -2582630 or 10131416. OLE color: 10131416.
HSL color Cylindrical-coordinate representation of color #D8979A: hue angle of 357.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8979A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 154 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.15 |
| HSL | 357.23º | 0.45% | 0.72% | - |
| HSV(B) | 357.23º | 0.3% | 0.85% | - |
| XYZ | 45.22 | 39.07 | 35.73 | - |
| YUV | 170.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 154 | 0 | 0.30 | 0.29 | 0.15 | 357.23 | 0.45 | 0.72 |
| Hex | D8 | 97 | 9A | 0 | 1E | 1D | F | 165 | 2D | 48 |
| Octal | 330 | 227 | 232 | 0 | 36 | 35 | 17 | 545 | 55 | 110 |
| Binary | 11011000 | 10010111 | 10011010 | 0 | 11110 | 11101 | 1111 | 101100101 | 101101 | 1001000 |
Color Harmonies of #D8979A
Complementary color
Monochromatic Colors of #D8979A
Black with #D8979A
Text Example
Text Example
White with #D8979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8979A; }
p { color: rgb(216,151,154); }
H1.HeaderClassName
{
color: #D8979A;
}
.AnyTagClassName
{
color: #D8979A;
}
</style>
background-color css
<style>
a { background-color: #D8979A; }
a { background-color: rgb(216,151,154); }
div.DivClassName
{
background-color: #D8979A;
}
.BgClassName
{
background-color: #D8979A;
}
</style>
border-color css
<style>
span { border-color: #D8979A; }
span { border-color: rgb(216,151,154); }
td.TdClassName
{
border-color: #D8979A;
}
.TagClassName
{
border-color: #D8979A;
}
</style>