Shades of Careys Pink #CBA4A6
Tints of Careys Pink #CBA4A6
RGB
CMYK
RGB Variations
Color information
#CBA4A6 (or 0xCBA4A6) is known color: Careys Pink. HEX triplet: CB, A4 and A6. RGB value is (203,164,166). Sum of RGB (Red+Green+Blue) = 203+164+166=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA4A6 is #345B59. Grayscale: #AFAFAF. Windows color (decimal): -3431258 or 10921163. OLE color: 10921163.
HSL color Cylindrical-coordinate representation of color #CBA4A6: hue angle of 356.92º 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 #CBA4A6 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 166 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.20 |
| HSL | 356.92º | 0.27% | 0.72% | - |
| HSV(B) | 356.92º | 0.19% | 0.8% | - |
| XYZ | 44.79 | 42 | 41.82 | - |
| YUV | 175.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 166 | 0 | 0.19 | 0.18 | 0.20 | 356.92 | 0.27 | 0.72 |
| Hex | CB | A4 | A6 | 0 | 13 | 12 | 14 | 165 | 1B | 48 |
| Octal | 313 | 244 | 246 | 0 | 23 | 22 | 24 | 545 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10100110 | 0 | 10011 | 10010 | 10100 | 101100101 | 11011 | 1001000 |
Color Harmonies of #CBA4A6
Complementary color
Monochromatic Colors of #CBA4A6
Black with #CBA4A6
Text Example
Text Example
White with #CBA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4A6; }
p { color: rgb(203,164,166); }
H1.HeaderClassName
{
color: #CBA4A6;
}
.AnyTagClassName
{
color: #CBA4A6;
}
</style>
background-color css
<style>
a { background-color: #CBA4A6; }
a { background-color: rgb(203,164,166); }
div.DivClassName
{
background-color: #CBA4A6;
}
.BgClassName
{
background-color: #CBA4A6;
}
</style>
border-color css
<style>
span { border-color: #CBA4A6; }
span { border-color: rgb(203,164,166); }
td.TdClassName
{
border-color: #CBA4A6;
}
.TagClassName
{
border-color: #CBA4A6;
}
</style>