Shades of Careys Pink #CBA0AB
Tints of Careys Pink #CBA0AB
RGB
CMYK
RGB Variations
Color information
#CBA0AB (or 0xCBA0AB) is known color: Careys Pink. HEX triplet: CB, A0 and AB. RGB value is (203,160,171). Sum of RGB (Red+Green+Blue) = 203+160+171=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0AB is #345F54. Grayscale: #AEAEAE. Windows color (decimal): -3432277 or 11247819. OLE color: 11247819.
HSL color Cylindrical-coordinate representation of color #CBA0AB: hue angle of 344.65º 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 #CBA0AB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 171 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.20 |
| HSL | 344.65º | 0.29% | 0.71% | - |
| HSV(B) | 344.65º | 0.21% | 0.8% | - |
| XYZ | 44.55 | 40.78 | 44.05 | - |
| YUV | 174.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 171 | 0 | 0.21 | 0.16 | 0.20 | 344.65 | 0.29 | 0.71 |
| Hex | CB | A0 | AB | 0 | 15 | 10 | 14 | 159 | 1D | 47 |
| Octal | 313 | 240 | 253 | 0 | 25 | 20 | 24 | 531 | 35 | 107 |
| Binary | 11001011 | 10100000 | 10101011 | 0 | 10101 | 10000 | 10100 | 101011001 | 11101 | 1000111 |
Color Harmonies of #CBA0AB
Complementary color
Monochromatic Colors of #CBA0AB
Black with #CBA0AB
Text Example
Text Example
White with #CBA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0AB; }
p { color: rgb(203,160,171); }
H1.HeaderClassName
{
color: #CBA0AB;
}
.AnyTagClassName
{
color: #CBA0AB;
}
</style>
background-color css
<style>
a { background-color: #CBA0AB; }
a { background-color: rgb(203,160,171); }
div.DivClassName
{
background-color: #CBA0AB;
}
.BgClassName
{
background-color: #CBA0AB;
}
</style>
border-color css
<style>
span { border-color: #CBA0AB; }
span { border-color: rgb(203,160,171); }
td.TdClassName
{
border-color: #CBA0AB;
}
.TagClassName
{
border-color: #CBA0AB;
}
</style>