Shades of Careys Pink #D0A2A5
Tints of Careys Pink #D0A2A5
RGB
CMYK
RGB Variations
Color information
#D0A2A5 (or 0xD0A2A5) is known color: Careys Pink. HEX triplet: D0, A2 and A5. RGB value is (208,162,165). Sum of RGB (Red+Green+Blue) = 208+162+165=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A2A5 is #2F5D5A. Grayscale: #B0B0B0. Windows color (decimal): -3104091 or 10855120. OLE color: 10855120.
HSL color Cylindrical-coordinate representation of color #D0A2A5: hue angle of 356.09º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2A5 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 165 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.18 |
| HSL | 356.09º | 0.33% | 0.73% | - |
| HSV(B) | 356.09º | 0.22% | 0.82% | - |
| XYZ | 45.72 | 41.97 | 41.29 | - |
| YUV | 176.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 165 | 0 | 0.22 | 0.21 | 0.18 | 356.09 | 0.33 | 0.73 |
| Hex | D0 | A2 | A5 | 0 | 16 | 15 | 12 | 164 | 21 | 49 |
| Octal | 320 | 242 | 245 | 0 | 26 | 25 | 22 | 544 | 41 | 111 |
| Binary | 11010000 | 10100010 | 10100101 | 0 | 10110 | 10101 | 10010 | 101100100 | 100001 | 1001001 |
Color Harmonies of #D0A2A5
Complementary color
Monochromatic Colors of #D0A2A5
Black with #D0A2A5
Text Example
Text Example
White with #D0A2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2A5; }
p { color: rgb(208,162,165); }
H1.HeaderClassName
{
color: #D0A2A5;
}
.AnyTagClassName
{
color: #D0A2A5;
}
</style>
background-color css
<style>
a { background-color: #D0A2A5; }
a { background-color: rgb(208,162,165); }
div.DivClassName
{
background-color: #D0A2A5;
}
.BgClassName
{
background-color: #D0A2A5;
}
</style>
border-color css
<style>
span { border-color: #D0A2A5; }
span { border-color: rgb(208,162,165); }
td.TdClassName
{
border-color: #D0A2A5;
}
.TagClassName
{
border-color: #D0A2A5;
}
</style>