Shades of Careys Pink #B7A0A5
Tints of Careys Pink #B7A0A5
RGB
CMYK
RGB Variations
Color information
#B7A0A5 (or 0xB7A0A5) is known color: Careys Pink. HEX triplet: B7, A0 and A5. RGB value is (183,160,165). Sum of RGB (Red+Green+Blue) = 183+160+165=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A0A5 is #485F5A. Grayscale: #A7A7A7. Windows color (decimal): -4743003 or 10854583. OLE color: 10854583.
HSL color Cylindrical-coordinate representation of color #B7A0A5: hue angle of 346.96º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7A0A5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 165 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.28 |
| HSL | 346.96º | 0.14% | 0.67% | - |
| HSV(B) | 346.96º | 0.13% | 0.72% | - |
| XYZ | 38.89 | 37.93 | 40.87 | - |
| YUV | 167.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 165 | 0 | 0.13 | 0.10 | 0.28 | 346.96 | 0.14 | 0.67 |
| Hex | B7 | A0 | A5 | 0 | D | A | 1C | 15B | E | 43 |
| Octal | 267 | 240 | 245 | 0 | 15 | 12 | 34 | 533 | 16 | 103 |
| Binary | 10110111 | 10100000 | 10100101 | 0 | 1101 | 1010 | 11100 | 101011011 | 1110 | 1000011 |
Color Harmonies of #B7A0A5
Complementary color
Monochromatic Colors of #B7A0A5
Black with #B7A0A5
Text Example
Text Example
White with #B7A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0A5; }
p { color: rgb(183,160,165); }
H1.HeaderClassName
{
color: #B7A0A5;
}
.AnyTagClassName
{
color: #B7A0A5;
}
</style>
background-color css
<style>
a { background-color: #B7A0A5; }
a { background-color: rgb(183,160,165); }
div.DivClassName
{
background-color: #B7A0A5;
}
.BgClassName
{
background-color: #B7A0A5;
}
</style>
border-color css
<style>
span { border-color: #B7A0A5; }
span { border-color: rgb(183,160,165); }
td.TdClassName
{
border-color: #B7A0A5;
}
.TagClassName
{
border-color: #B7A0A5;
}
</style>