Shades of Careys Pink #D0979C
Tints of Careys Pink #D0979C
RGB
CMYK
RGB Variations
Color information
#D0979C (or 0xD0979C) is known color: Careys Pink. HEX triplet: D0, 97 and 9C. RGB value is (208,151,156). Sum of RGB (Red+Green+Blue) = 208+151+156=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0979C is #2F6863. Grayscale: #A8A8A8. Windows color (decimal): -3106916 or 10262480. OLE color: 10262480.
HSL color Cylindrical-coordinate representation of color #D0979C: hue angle of 354.74º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0979C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 156 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.18 |
| HSL | 354.74º | 0.38% | 0.7% | - |
| HSV(B) | 354.74º | 0.27% | 0.82% | - |
| XYZ | 43.08 | 37.94 | 36.51 | - |
| YUV | 168.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 156 | 0 | 0.27 | 0.25 | 0.18 | 354.74 | 0.38 | 0.7 |
| Hex | D0 | 97 | 9C | 0 | 1B | 19 | 12 | 163 | 26 | 46 |
| Octal | 320 | 227 | 234 | 0 | 33 | 31 | 22 | 543 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10011100 | 0 | 11011 | 11001 | 10010 | 101100011 | 100110 | 1000110 |
Color Harmonies of #D0979C
Complementary color
Monochromatic Colors of #D0979C
Black with #D0979C
Text Example
Text Example
White with #D0979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0979C; }
p { color: rgb(208,151,156); }
H1.HeaderClassName
{
color: #D0979C;
}
.AnyTagClassName
{
color: #D0979C;
}
</style>
background-color css
<style>
a { background-color: #D0979C; }
a { background-color: rgb(208,151,156); }
div.DivClassName
{
background-color: #D0979C;
}
.BgClassName
{
background-color: #D0979C;
}
</style>
border-color css
<style>
span { border-color: #D0979C; }
span { border-color: rgb(208,151,156); }
td.TdClassName
{
border-color: #D0979C;
}
.TagClassName
{
border-color: #D0979C;
}
</style>