Shades of Careys Pink #D7A1A4
Tints of Careys Pink #D7A1A4
RGB
CMYK
RGB Variations
Color information
#D7A1A4 (or 0xD7A1A4) is known color: Careys Pink. HEX triplet: D7, A1 and A4. RGB value is (215,161,164). Sum of RGB (Red+Green+Blue) = 215+161+164=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A1A4 is #285E5B. Grayscale: #B1B1B1. Windows color (decimal): -2645596 or 10789335. OLE color: 10789335.
HSL color Cylindrical-coordinate representation of color #D7A1A4: hue angle of 356.67º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7A1A4 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 164 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.16 |
| HSL | 356.67º | 0.4% | 0.74% | - |
| HSV(B) | 356.67º | 0.25% | 0.84% | - |
| XYZ | 47.47 | 42.62 | 40.85 | - |
| YUV | 177.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 164 | 0 | 0.25 | 0.24 | 0.16 | 356.67 | 0.4 | 0.74 |
| Hex | D7 | A1 | A4 | 0 | 19 | 18 | 10 | 165 | 28 | 4A |
| Octal | 327 | 241 | 244 | 0 | 31 | 30 | 20 | 545 | 50 | 112 |
| Binary | 11010111 | 10100001 | 10100100 | 0 | 11001 | 11000 | 10000 | 101100101 | 101000 | 1001010 |
Color Harmonies of #D7A1A4
Complementary color
Monochromatic Colors of #D7A1A4
Black with #D7A1A4
Text Example
Text Example
White with #D7A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A1A4; }
p { color: rgb(215,161,164); }
H1.HeaderClassName
{
color: #D7A1A4;
}
.AnyTagClassName
{
color: #D7A1A4;
}
</style>
background-color css
<style>
a { background-color: #D7A1A4; }
a { background-color: rgb(215,161,164); }
div.DivClassName
{
background-color: #D7A1A4;
}
.BgClassName
{
background-color: #D7A1A4;
}
</style>
border-color css
<style>
span { border-color: #D7A1A4; }
span { border-color: rgb(215,161,164); }
td.TdClassName
{
border-color: #D7A1A4;
}
.TagClassName
{
border-color: #D7A1A4;
}
</style>