Shades of Careys Pink #CBA4AB
Tints of Careys Pink #CBA4AB
RGB
CMYK
RGB Variations
Color information
#CBA4AB (or 0xCBA4AB) is known color: Careys Pink. HEX triplet: CB, A4 and AB. RGB value is (203,164,171). Sum of RGB (Red+Green+Blue) = 203+164+171=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA4AB is #345B54. Grayscale: #B0B0B0. Windows color (decimal): -3431253 or 11248843. OLE color: 11248843.
HSL color Cylindrical-coordinate representation of color #CBA4AB: hue angle of 349.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA4AB is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 171 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.20 |
| HSL | 349.23º | 0.27% | 0.72% | - |
| HSV(B) | 349.23º | 0.19% | 0.8% | - |
| XYZ | 45.25 | 42.19 | 44.29 | - |
| YUV | 176.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 171 | 0 | 0.19 | 0.16 | 0.20 | 349.23 | 0.27 | 0.72 |
| Hex | CB | A4 | AB | 0 | 13 | 10 | 14 | 15D | 1B | 48 |
| Octal | 313 | 244 | 253 | 0 | 23 | 20 | 24 | 535 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10101011 | 0 | 10011 | 10000 | 10100 | 101011101 | 11011 | 1001000 |
Color Harmonies of #CBA4AB
Complementary color
Monochromatic Colors of #CBA4AB
Black with #CBA4AB
Text Example
Text Example
White with #CBA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4AB; }
p { color: rgb(203,164,171); }
H1.HeaderClassName
{
color: #CBA4AB;
}
.AnyTagClassName
{
color: #CBA4AB;
}
</style>
background-color css
<style>
a { background-color: #CBA4AB; }
a { background-color: rgb(203,164,171); }
div.DivClassName
{
background-color: #CBA4AB;
}
.BgClassName
{
background-color: #CBA4AB;
}
</style>
border-color css
<style>
span { border-color: #CBA4AB; }
span { border-color: rgb(203,164,171); }
td.TdClassName
{
border-color: #CBA4AB;
}
.TagClassName
{
border-color: #CBA4AB;
}
</style>