Shades of Careys Pink #D0979D
Tints of Careys Pink #D0979D
RGB
CMYK
RGB Variations
Color information
#D0979D (or 0xD0979D) is known color: Careys Pink. HEX triplet: D0, 97 and 9D. RGB value is (208,151,157). Sum of RGB (Red+Green+Blue) = 208+151+157=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0979D is #2F6862. Grayscale: #A8A8A8. Windows color (decimal): -3106915 or 10328016. OLE color: 10328016.
HSL color Cylindrical-coordinate representation of color #D0979D: hue angle of 353.68º 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 #D0979D is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 157 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.18 |
| HSL | 353.68º | 0.38% | 0.7% | - |
| HSV(B) | 353.68º | 0.27% | 0.82% | - |
| XYZ | 43.16 | 37.98 | 36.95 | - |
| YUV | 168.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 157 | 0 | 0.27 | 0.25 | 0.18 | 353.68 | 0.38 | 0.7 |
| Hex | D0 | 97 | 9D | 0 | 1B | 19 | 12 | 162 | 26 | 46 |
| Octal | 320 | 227 | 235 | 0 | 33 | 31 | 22 | 542 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10011101 | 0 | 11011 | 11001 | 10010 | 101100010 | 100110 | 1000110 |
Color Harmonies of #D0979D
Complementary color
Monochromatic Colors of #D0979D
Black with #D0979D
Text Example
Text Example
White with #D0979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0979D; }
p { color: rgb(208,151,157); }
H1.HeaderClassName
{
color: #D0979D;
}
.AnyTagClassName
{
color: #D0979D;
}
</style>
background-color css
<style>
a { background-color: #D0979D; }
a { background-color: rgb(208,151,157); }
div.DivClassName
{
background-color: #D0979D;
}
.BgClassName
{
background-color: #D0979D;
}
</style>
border-color css
<style>
span { border-color: #D0979D; }
span { border-color: rgb(208,151,157); }
td.TdClassName
{
border-color: #D0979D;
}
.TagClassName
{
border-color: #D0979D;
}
</style>