Shades of Careys Pink #D0A2A6
Tints of Careys Pink #D0A2A6
RGB
CMYK
RGB Variations
Color information
#D0A2A6 (or 0xD0A2A6) is known color: Careys Pink. HEX triplet: D0, A2 and A6. RGB value is (208,162,166). Sum of RGB (Red+Green+Blue) = 208+162+166=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A2A6 is #2F5D59. Grayscale: #B0B0B0. Windows color (decimal): -3104090 or 10920656. OLE color: 10920656.
HSL color Cylindrical-coordinate representation of color #D0A2A6: hue angle of 354.78º 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 #D0A2A6 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 166 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.18 |
| HSL | 354.78º | 0.33% | 0.73% | - |
| HSV(B) | 354.78º | 0.22% | 0.82% | - |
| XYZ | 45.82 | 42 | 41.77 | - |
| YUV | 176.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 166 | 0 | 0.22 | 0.20 | 0.18 | 354.78 | 0.33 | 0.73 |
| Hex | D0 | A2 | A6 | 0 | 16 | 14 | 12 | 163 | 21 | 49 |
| Octal | 320 | 242 | 246 | 0 | 26 | 24 | 22 | 543 | 41 | 111 |
| Binary | 11010000 | 10100010 | 10100110 | 0 | 10110 | 10100 | 10010 | 101100011 | 100001 | 1001001 |
Color Harmonies of #D0A2A6
Complementary color
Monochromatic Colors of #D0A2A6
Black with #D0A2A6
Text Example
Text Example
White with #D0A2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2A6; }
p { color: rgb(208,162,166); }
H1.HeaderClassName
{
color: #D0A2A6;
}
.AnyTagClassName
{
color: #D0A2A6;
}
</style>
background-color css
<style>
a { background-color: #D0A2A6; }
a { background-color: rgb(208,162,166); }
div.DivClassName
{
background-color: #D0A2A6;
}
.BgClassName
{
background-color: #D0A2A6;
}
</style>
border-color css
<style>
span { border-color: #D0A2A6; }
span { border-color: rgb(208,162,166); }
td.TdClassName
{
border-color: #D0A2A6;
}
.TagClassName
{
border-color: #D0A2A6;
}
</style>