Shades of Careys Pink #CBA2AB
Tints of Careys Pink #CBA2AB
RGB
CMYK
RGB Variations
Color information
#CBA2AB (or 0xCBA2AB) is known color: Careys Pink. HEX triplet: CB, A2 and AB. RGB value is (203,162,171). Sum of RGB (Red+Green+Blue) = 203+162+171=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA2AB is #345D54. Grayscale: #AFAFAF. Windows color (decimal): -3431765 or 11248331. OLE color: 11248331.
HSL color Cylindrical-coordinate representation of color #CBA2AB: hue angle of 346.83º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2AB is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 171 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.20 |
| HSL | 346.83º | 0.28% | 0.72% | - |
| HSV(B) | 346.83º | 0.2% | 0.8% | - |
| XYZ | 44.9 | 41.48 | 44.17 | - |
| YUV | 175.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 171 | 0 | 0.20 | 0.16 | 0.20 | 346.83 | 0.28 | 0.72 |
| Hex | CB | A2 | AB | 0 | 14 | 10 | 14 | 15B | 1C | 48 |
| Octal | 313 | 242 | 253 | 0 | 24 | 20 | 24 | 533 | 34 | 110 |
| Binary | 11001011 | 10100010 | 10101011 | 0 | 10100 | 10000 | 10100 | 101011011 | 11100 | 1001000 |
Color Harmonies of #CBA2AB
Complementary color
Monochromatic Colors of #CBA2AB
Black with #CBA2AB
Text Example
Text Example
White with #CBA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2AB; }
p { color: rgb(203,162,171); }
H1.HeaderClassName
{
color: #CBA2AB;
}
.AnyTagClassName
{
color: #CBA2AB;
}
</style>
background-color css
<style>
a { background-color: #CBA2AB; }
a { background-color: rgb(203,162,171); }
div.DivClassName
{
background-color: #CBA2AB;
}
.BgClassName
{
background-color: #CBA2AB;
}
</style>
border-color css
<style>
span { border-color: #CBA2AB; }
span { border-color: rgb(203,162,171); }
td.TdClassName
{
border-color: #CBA2AB;
}
.TagClassName
{
border-color: #CBA2AB;
}
</style>