Shades of Careys Pink #D0A5AC
Tints of Careys Pink #D0A5AC
RGB
CMYK
RGB Variations
Color information
#D0A5AC (or 0xD0A5AC) is known color: Careys Pink. HEX triplet: D0, A5 and AC. RGB value is (208,165,172). Sum of RGB (Red+Green+Blue) = 208+165+172=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A5AC is #2F5A53. Grayscale: #B2B2B2. Windows color (decimal): -3103316 or 11314640. OLE color: 11314640.
HSL color Cylindrical-coordinate representation of color #D0A5AC: hue angle of 350.23º degrees, saturation: 0.31, 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 #D0A5AC is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 172 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.18 |
| HSL | 350.23º | 0.31% | 0.73% | - |
| HSV(B) | 350.23º | 0.21% | 0.82% | - |
| XYZ | 46.91 | 43.3 | 44.91 | - |
| YUV | 178.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 172 | 0 | 0.21 | 0.17 | 0.18 | 350.23 | 0.31 | 0.73 |
| Hex | D0 | A5 | AC | 0 | 15 | 11 | 12 | 15E | 1F | 49 |
| Octal | 320 | 245 | 254 | 0 | 25 | 21 | 22 | 536 | 37 | 111 |
| Binary | 11010000 | 10100101 | 10101100 | 0 | 10101 | 10001 | 10010 | 101011110 | 11111 | 1001001 |
Color Harmonies of #D0A5AC
Complementary color
Monochromatic Colors of #D0A5AC
Black with #D0A5AC
Text Example
Text Example
White with #D0A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5AC; }
p { color: rgb(208,165,172); }
H1.HeaderClassName
{
color: #D0A5AC;
}
.AnyTagClassName
{
color: #D0A5AC;
}
</style>
background-color css
<style>
a { background-color: #D0A5AC; }
a { background-color: rgb(208,165,172); }
div.DivClassName
{
background-color: #D0A5AC;
}
.BgClassName
{
background-color: #D0A5AC;
}
</style>
border-color css
<style>
span { border-color: #D0A5AC; }
span { border-color: rgb(208,165,172); }
td.TdClassName
{
border-color: #D0A5AC;
}
.TagClassName
{
border-color: #D0A5AC;
}
</style>