Shades of Careys Pink #CBA1AA
Tints of Careys Pink #CBA1AA
RGB
CMYK
RGB Variations
Color information
#CBA1AA (or 0xCBA1AA) is known color: Careys Pink. HEX triplet: CB, A1 and AA. RGB value is (203,161,170). Sum of RGB (Red+Green+Blue) = 203+161+170=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AA is #345E55. Grayscale: #AEAEAE. Windows color (decimal): -3432022 or 11182539. OLE color: 11182539.
HSL color Cylindrical-coordinate representation of color #CBA1AA: hue angle of 347.14º 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 #CBA1AA is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 170 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.20 |
| HSL | 347.14º | 0.29% | 0.71% | - |
| HSV(B) | 347.14º | 0.21% | 0.8% | - |
| XYZ | 44.63 | 41.09 | 43.61 | - |
| YUV | 174.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 170 | 0 | 0.21 | 0.16 | 0.20 | 347.14 | 0.29 | 0.71 |
| Hex | CB | A1 | AA | 0 | 15 | 10 | 14 | 15B | 1D | 47 |
| Octal | 313 | 241 | 252 | 0 | 25 | 20 | 24 | 533 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10101010 | 0 | 10101 | 10000 | 10100 | 101011011 | 11101 | 1000111 |
Color Harmonies of #CBA1AA
Complementary color
Monochromatic Colors of #CBA1AA
Black with #CBA1AA
Text Example
Text Example
White with #CBA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1AA; }
p { color: rgb(203,161,170); }
H1.HeaderClassName
{
color: #CBA1AA;
}
.AnyTagClassName
{
color: #CBA1AA;
}
</style>
background-color css
<style>
a { background-color: #CBA1AA; }
a { background-color: rgb(203,161,170); }
div.DivClassName
{
background-color: #CBA1AA;
}
.BgClassName
{
background-color: #CBA1AA;
}
</style>
border-color css
<style>
span { border-color: #CBA1AA; }
span { border-color: rgb(203,161,170); }
td.TdClassName
{
border-color: #CBA1AA;
}
.TagClassName
{
border-color: #CBA1AA;
}
</style>