Shades of Careys Pink #D09AA7
Tints of Careys Pink #D09AA7
RGB
CMYK
RGB Variations
Color information
#D09AA7 (or 0xD09AA7) is known color: Careys Pink. HEX triplet: D0, 9A and A7. RGB value is (208,154,167). Sum of RGB (Red+Green+Blue) = 208+154+167=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AA7 is #2F6558. Grayscale: #ABABAB. Windows color (decimal): -3106137 or 10984144. OLE color: 10984144.
HSL color Cylindrical-coordinate representation of color #D09AA7: hue angle of 345.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AA7 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 167 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.18 |
| HSL | 345.56º | 0.36% | 0.71% | - |
| HSV(B) | 345.56º | 0.26% | 0.82% | - |
| XYZ | 44.54 | 39.31 | 41.8 | - |
| YUV | 171.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 167 | 0 | 0.26 | 0.20 | 0.18 | 345.56 | 0.36 | 0.71 |
| Hex | D0 | 9A | A7 | 0 | 1A | 14 | 12 | 15A | 24 | 47 |
| Octal | 320 | 232 | 247 | 0 | 32 | 24 | 22 | 532 | 44 | 107 |
| Binary | 11010000 | 10011010 | 10100111 | 0 | 11010 | 10100 | 10010 | 101011010 | 100100 | 1000111 |
Color Harmonies of #D09AA7
Complementary color
Monochromatic Colors of #D09AA7
Black with #D09AA7
Text Example
Text Example
White with #D09AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AA7; }
p { color: rgb(208,154,167); }
H1.HeaderClassName
{
color: #D09AA7;
}
.AnyTagClassName
{
color: #D09AA7;
}
</style>
background-color css
<style>
a { background-color: #D09AA7; }
a { background-color: rgb(208,154,167); }
div.DivClassName
{
background-color: #D09AA7;
}
.BgClassName
{
background-color: #D09AA7;
}
</style>
border-color css
<style>
span { border-color: #D09AA7; }
span { border-color: rgb(208,154,167); }
td.TdClassName
{
border-color: #D09AA7;
}
.TagClassName
{
border-color: #D09AA7;
}
</style>