Shades of Careys Pink #CBA1AB
Tints of Careys Pink #CBA1AB
RGB
CMYK
RGB Variations
Color information
#CBA1AB (or 0xCBA1AB) is known color: Careys Pink. HEX triplet: CB, A1 and AB. RGB value is (203,161,171). Sum of RGB (Red+Green+Blue) = 203+161+171=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AB is #345E54. Grayscale: #AEAEAE. Windows color (decimal): -3432021 or 11248075. OLE color: 11248075.
HSL color Cylindrical-coordinate representation of color #CBA1AB: hue angle of 345.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1AB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 171 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.20 |
| HSL | 345.71º | 0.29% | 0.71% | - |
| HSV(B) | 345.71º | 0.21% | 0.8% | - |
| XYZ | 44.72 | 41.13 | 44.11 | - |
| YUV | 174.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 171 | 0 | 0.21 | 0.16 | 0.20 | 345.71 | 0.29 | 0.71 |
| Hex | CB | A1 | AB | 0 | 15 | 10 | 14 | 15A | 1D | 47 |
| Octal | 313 | 241 | 253 | 0 | 25 | 20 | 24 | 532 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10101011 | 0 | 10101 | 10000 | 10100 | 101011010 | 11101 | 1000111 |
Color Harmonies of #CBA1AB
Complementary color
Monochromatic Colors of #CBA1AB
Black with #CBA1AB
Text Example
Text Example
White with #CBA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1AB; }
p { color: rgb(203,161,171); }
H1.HeaderClassName
{
color: #CBA1AB;
}
.AnyTagClassName
{
color: #CBA1AB;
}
</style>
background-color css
<style>
a { background-color: #CBA1AB; }
a { background-color: rgb(203,161,171); }
div.DivClassName
{
background-color: #CBA1AB;
}
.BgClassName
{
background-color: #CBA1AB;
}
</style>
border-color css
<style>
span { border-color: #CBA1AB; }
span { border-color: rgb(203,161,171); }
td.TdClassName
{
border-color: #CBA1AB;
}
.TagClassName
{
border-color: #CBA1AB;
}
</style>