Shades of Careys Pink #D1979C
Tints of Careys Pink #D1979C
RGB
CMYK
RGB Variations
Color information
#D1979C (or 0xD1979C) is known color: Careys Pink. HEX triplet: D1, 97 and 9C. RGB value is (209,151,156). Sum of RGB (Red+Green+Blue) = 209+151+156=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1979C is #2E6863. Grayscale: #A8A8A8. Windows color (decimal): -3041380 or 10262481. OLE color: 10262481.
HSL color Cylindrical-coordinate representation of color #D1979C: hue angle of 354.83º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1979C is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 156 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.18 |
| HSL | 354.83º | 0.39% | 0.71% | - |
| HSV(B) | 354.83º | 0.28% | 0.82% | - |
| XYZ | 43.36 | 38.09 | 36.52 | - |
| YUV | 168.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 156 | 0 | 0.28 | 0.25 | 0.18 | 354.83 | 0.39 | 0.71 |
| Hex | D1 | 97 | 9C | 0 | 1C | 19 | 12 | 163 | 27 | 47 |
| Octal | 321 | 227 | 234 | 0 | 34 | 31 | 22 | 543 | 47 | 107 |
| Binary | 11010001 | 10010111 | 10011100 | 0 | 11100 | 11001 | 10010 | 101100011 | 100111 | 1000111 |
Color Harmonies of #D1979C
Complementary color
Monochromatic Colors of #D1979C
Black with #D1979C
Text Example
Text Example
White with #D1979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1979C; }
p { color: rgb(209,151,156); }
H1.HeaderClassName
{
color: #D1979C;
}
.AnyTagClassName
{
color: #D1979C;
}
</style>
background-color css
<style>
a { background-color: #D1979C; }
a { background-color: rgb(209,151,156); }
div.DivClassName
{
background-color: #D1979C;
}
.BgClassName
{
background-color: #D1979C;
}
</style>
border-color css
<style>
span { border-color: #D1979C; }
span { border-color: rgb(209,151,156); }
td.TdClassName
{
border-color: #D1979C;
}
.TagClassName
{
border-color: #D1979C;
}
</style>