Shades of Careys Pink #D09CAA
Tints of Careys Pink #D09CAA
RGB
CMYK
RGB Variations
Color information
#D09CAA (or 0xD09CAA) is known color: Careys Pink. HEX triplet: D0, 9C and AA. RGB value is (208,156,170). Sum of RGB (Red+Green+Blue) = 208+156+170=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CAA is #2F6355. Grayscale: #ADADAD. Windows color (decimal): -3105622 or 11181264. OLE color: 11181264.
HSL color Cylindrical-coordinate representation of color #D09CAA: hue angle of 343.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CAA is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 170 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.18 |
| HSL | 343.85º | 0.36% | 0.71% | - |
| HSV(B) | 343.85º | 0.25% | 0.82% | - |
| XYZ | 45.16 | 40.09 | 43.39 | - |
| YUV | 173.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 170 | 0 | 0.25 | 0.18 | 0.18 | 343.85 | 0.36 | 0.71 |
| Hex | D0 | 9C | AA | 0 | 19 | 12 | 12 | 158 | 24 | 47 |
| Octal | 320 | 234 | 252 | 0 | 31 | 22 | 22 | 530 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10101010 | 0 | 11001 | 10010 | 10010 | 101011000 | 100100 | 1000111 |
Color Harmonies of #D09CAA
Complementary color
Monochromatic Colors of #D09CAA
Black with #D09CAA
Text Example
Text Example
White with #D09CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CAA; }
p { color: rgb(208,156,170); }
H1.HeaderClassName
{
color: #D09CAA;
}
.AnyTagClassName
{
color: #D09CAA;
}
</style>
background-color css
<style>
a { background-color: #D09CAA; }
a { background-color: rgb(208,156,170); }
div.DivClassName
{
background-color: #D09CAA;
}
.BgClassName
{
background-color: #D09CAA;
}
</style>
border-color css
<style>
span { border-color: #D09CAA; }
span { border-color: rgb(208,156,170); }
td.TdClassName
{
border-color: #D09CAA;
}
.TagClassName
{
border-color: #D09CAA;
}
</style>