Shades of Careys Pink #D0A4B0
Tints of Careys Pink #D0A4B0
RGB
CMYK
RGB Variations
Color information
#D0A4B0 (or 0xD0A4B0) is known color: Careys Pink. HEX triplet: D0, A4 and B0. RGB value is (208,164,176). Sum of RGB (Red+Green+Blue) = 208+164+176=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A4B0 is #2F5B4F. Grayscale: #B2B2B2. Windows color (decimal): -3103568 or 11576528. OLE color: 11576528.
HSL color Cylindrical-coordinate representation of color #D0A4B0: hue angle of 343.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4B0 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 176 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.18 |
| HSL | 343.64º | 0.32% | 0.73% | - |
| HSV(B) | 343.64º | 0.21% | 0.82% | - |
| XYZ | 47.12 | 43.1 | 46.91 | - |
| YUV | 178.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 176 | 0 | 0.21 | 0.15 | 0.18 | 343.64 | 0.32 | 0.73 |
| Hex | D0 | A4 | B0 | 0 | 15 | F | 12 | 158 | 20 | 49 |
| Octal | 320 | 244 | 260 | 0 | 25 | 17 | 22 | 530 | 40 | 111 |
| Binary | 11010000 | 10100100 | 10110000 | 0 | 10101 | 1111 | 10010 | 101011000 | 100000 | 1001001 |
Color Harmonies of #D0A4B0
Complementary color
Monochromatic Colors of #D0A4B0
Black with #D0A4B0
Text Example
Text Example
White with #D0A4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4B0; }
p { color: rgb(208,164,176); }
H1.HeaderClassName
{
color: #D0A4B0;
}
.AnyTagClassName
{
color: #D0A4B0;
}
</style>
background-color css
<style>
a { background-color: #D0A4B0; }
a { background-color: rgb(208,164,176); }
div.DivClassName
{
background-color: #D0A4B0;
}
.BgClassName
{
background-color: #D0A4B0;
}
</style>
border-color css
<style>
span { border-color: #D0A4B0; }
span { border-color: rgb(208,164,176); }
td.TdClassName
{
border-color: #D0A4B0;
}
.TagClassName
{
border-color: #D0A4B0;
}
</style>