Shades of Careys Pink #D09AA5
Tints of Careys Pink #D09AA5
RGB
CMYK
RGB Variations
Color information
#D09AA5 (or 0xD09AA5) is known color: Careys Pink. HEX triplet: D0, 9A and A5. RGB value is (208,154,165). Sum of RGB (Red+Green+Blue) = 208+154+165=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AA5 is #2F655A. Grayscale: #ABABAB. Windows color (decimal): -3106139 or 10853072. OLE color: 10853072.
HSL color Cylindrical-coordinate representation of color #D09AA5: hue angle of 347.78º 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 #D09AA5 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 165 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.18 |
| HSL | 347.78º | 0.36% | 0.71% | - |
| HSV(B) | 347.78º | 0.26% | 0.82% | - |
| XYZ | 44.36 | 39.24 | 40.83 | - |
| YUV | 171.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 165 | 0 | 0.26 | 0.21 | 0.18 | 347.78 | 0.36 | 0.71 |
| Hex | D0 | 9A | A5 | 0 | 1A | 15 | 12 | 15C | 24 | 47 |
| Octal | 320 | 232 | 245 | 0 | 32 | 25 | 22 | 534 | 44 | 107 |
| Binary | 11010000 | 10011010 | 10100101 | 0 | 11010 | 10101 | 10010 | 101011100 | 100100 | 1000111 |
Color Harmonies of #D09AA5
Complementary color
Monochromatic Colors of #D09AA5
Black with #D09AA5
Text Example
Text Example
White with #D09AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AA5; }
p { color: rgb(208,154,165); }
H1.HeaderClassName
{
color: #D09AA5;
}
.AnyTagClassName
{
color: #D09AA5;
}
</style>
background-color css
<style>
a { background-color: #D09AA5; }
a { background-color: rgb(208,154,165); }
div.DivClassName
{
background-color: #D09AA5;
}
.BgClassName
{
background-color: #D09AA5;
}
</style>
border-color css
<style>
span { border-color: #D09AA5; }
span { border-color: rgb(208,154,165); }
td.TdClassName
{
border-color: #D09AA5;
}
.TagClassName
{
border-color: #D09AA5;
}
</style>