Shades of Careys Pink #CBA1AC
Tints of Careys Pink #CBA1AC
RGB
CMYK
RGB Variations
Color information
#CBA1AC (or 0xCBA1AC) is known color: Careys Pink. HEX triplet: CB, A1 and AC. RGB value is (203,161,172). Sum of RGB (Red+Green+Blue) = 203+161+172=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AC is #345E53. Grayscale: #AEAEAE. Windows color (decimal): -3432020 or 11313611. OLE color: 11313611.
HSL color Cylindrical-coordinate representation of color #CBA1AC: hue angle of 344.29º 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 #CBA1AC is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 172 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.20 |
| HSL | 344.29º | 0.29% | 0.71% | - |
| HSV(B) | 344.29º | 0.21% | 0.8% | - |
| XYZ | 44.82 | 41.16 | 44.61 | - |
| YUV | 174.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 172 | 0 | 0.21 | 0.15 | 0.20 | 344.29 | 0.29 | 0.71 |
| Hex | CB | A1 | AC | 0 | 15 | F | 14 | 158 | 1D | 47 |
| Octal | 313 | 241 | 254 | 0 | 25 | 17 | 24 | 530 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10101100 | 0 | 10101 | 1111 | 10100 | 101011000 | 11101 | 1000111 |
Color Harmonies of #CBA1AC
Complementary color
Monochromatic Colors of #CBA1AC
Black with #CBA1AC
Text Example
Text Example
White with #CBA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1AC; }
p { color: rgb(203,161,172); }
H1.HeaderClassName
{
color: #CBA1AC;
}
.AnyTagClassName
{
color: #CBA1AC;
}
</style>
background-color css
<style>
a { background-color: #CBA1AC; }
a { background-color: rgb(203,161,172); }
div.DivClassName
{
background-color: #CBA1AC;
}
.BgClassName
{
background-color: #CBA1AC;
}
</style>
border-color css
<style>
span { border-color: #CBA1AC; }
span { border-color: rgb(203,161,172); }
td.TdClassName
{
border-color: #CBA1AC;
}
.TagClassName
{
border-color: #CBA1AC;
}
</style>