Shades of Careys Pink #B3A1A3
Tints of Careys Pink #B3A1A3
RGB
CMYK
RGB Variations
Color information
#B3A1A3 (or 0xB3A1A3) is known color: Careys Pink. HEX triplet: B3, A1 and A3. RGB value is (179,161,163). Sum of RGB (Red+Green+Blue) = 179+161+163=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A1A3 is #4C5E5C. Grayscale: #A6A6A6. Windows color (decimal): -5004893 or 10723763. OLE color: 10723763.
HSL color Cylindrical-coordinate representation of color #B3A1A3: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3A1A3 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 163 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.30 |
| HSL | 353.33º | 0.11% | 0.67% | - |
| HSV(B) | 353.33º | 0.1% | 0.7% | - |
| XYZ | 37.95 | 37.72 | 39.93 | - |
| YUV | 166.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 163 | 0 | 0.10 | 0.09 | 0.30 | 353.33 | 0.11 | 0.67 |
| Hex | B3 | A1 | A3 | 0 | A | 9 | 1E | 161 | B | 43 |
| Octal | 263 | 241 | 243 | 0 | 12 | 11 | 36 | 541 | 13 | 103 |
| Binary | 10110011 | 10100001 | 10100011 | 0 | 1010 | 1001 | 11110 | 101100001 | 1011 | 1000011 |
Color Harmonies of #B3A1A3
Complementary color
Monochromatic Colors of #B3A1A3
Black with #B3A1A3
Text Example
Text Example
White with #B3A1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A1A3; }
p { color: rgb(179,161,163); }
H1.HeaderClassName
{
color: #B3A1A3;
}
.AnyTagClassName
{
color: #B3A1A3;
}
</style>
background-color css
<style>
a { background-color: #B3A1A3; }
a { background-color: rgb(179,161,163); }
div.DivClassName
{
background-color: #B3A1A3;
}
.BgClassName
{
background-color: #B3A1A3;
}
</style>
border-color css
<style>
span { border-color: #B3A1A3; }
span { border-color: rgb(179,161,163); }
td.TdClassName
{
border-color: #B3A1A3;
}
.TagClassName
{
border-color: #B3A1A3;
}
</style>