Shades of Careys Pink #D09FA0
Tints of Careys Pink #D09FA0
RGB
CMYK
RGB Variations
Color information
#D09FA0 (or 0xD09FA0) is known color: Careys Pink. HEX triplet: D0, 9F and A0. RGB value is (208,159,160). Sum of RGB (Red+Green+Blue) = 208+159+160=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FA0 is #2F605F. Grayscale: #ADADAD. Windows color (decimal): -3104864 or 10526672. OLE color: 10526672.
HSL color Cylindrical-coordinate representation of color #D09FA0: hue angle of 358.78º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FA0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 160 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.18 |
| HSL | 358.78º | 0.34% | 0.72% | - |
| HSV(B) | 358.78º | 0.24% | 0.82% | - |
| XYZ | 44.76 | 40.74 | 38.76 | - |
| YUV | 173.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 160 | 0 | 0.24 | 0.23 | 0.18 | 358.78 | 0.34 | 0.72 |
| Hex | D0 | 9F | A0 | 0 | 18 | 17 | 12 | 167 | 22 | 48 |
| Octal | 320 | 237 | 240 | 0 | 30 | 27 | 22 | 547 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10100000 | 0 | 11000 | 10111 | 10010 | 101100111 | 100010 | 1001000 |
Color Harmonies of #D09FA0
Complementary color
Monochromatic Colors of #D09FA0
Black with #D09FA0
Text Example
Text Example
White with #D09FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FA0; }
p { color: rgb(208,159,160); }
H1.HeaderClassName
{
color: #D09FA0;
}
.AnyTagClassName
{
color: #D09FA0;
}
</style>
background-color css
<style>
a { background-color: #D09FA0; }
a { background-color: rgb(208,159,160); }
div.DivClassName
{
background-color: #D09FA0;
}
.BgClassName
{
background-color: #D09FA0;
}
</style>
border-color css
<style>
span { border-color: #D09FA0; }
span { border-color: rgb(208,159,160); }
td.TdClassName
{
border-color: #D09FA0;
}
.TagClassName
{
border-color: #D09FA0;
}
</style>