Shades of Careys Pink #CBA2AA
Tints of Careys Pink #CBA2AA
RGB
CMYK
RGB Variations
Color information
#CBA2AA (or 0xCBA2AA) is known color: Careys Pink. HEX triplet: CB, A2 and AA. RGB value is (203,162,170). Sum of RGB (Red+Green+Blue) = 203+162+170=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA2AA is #345D55. Grayscale: #AFAFAF. Windows color (decimal): -3431766 or 11182795. OLE color: 11182795.
HSL color Cylindrical-coordinate representation of color #CBA2AA: hue angle of 348.29º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2AA is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 170 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.20 |
| HSL | 348.29º | 0.28% | 0.72% | - |
| HSV(B) | 348.29º | 0.2% | 0.8% | - |
| XYZ | 44.8 | 41.44 | 43.67 | - |
| YUV | 175.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 170 | 0 | 0.20 | 0.16 | 0.20 | 348.29 | 0.28 | 0.72 |
| Hex | CB | A2 | AA | 0 | 14 | 10 | 14 | 15C | 1C | 48 |
| Octal | 313 | 242 | 252 | 0 | 24 | 20 | 24 | 534 | 34 | 110 |
| Binary | 11001011 | 10100010 | 10101010 | 0 | 10100 | 10000 | 10100 | 101011100 | 11100 | 1001000 |
Color Harmonies of #CBA2AA
Complementary color
Monochromatic Colors of #CBA2AA
Black with #CBA2AA
Text Example
Text Example
White with #CBA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2AA; }
p { color: rgb(203,162,170); }
H1.HeaderClassName
{
color: #CBA2AA;
}
.AnyTagClassName
{
color: #CBA2AA;
}
</style>
background-color css
<style>
a { background-color: #CBA2AA; }
a { background-color: rgb(203,162,170); }
div.DivClassName
{
background-color: #CBA2AA;
}
.BgClassName
{
background-color: #CBA2AA;
}
</style>
border-color css
<style>
span { border-color: #CBA2AA; }
span { border-color: rgb(203,162,170); }
td.TdClassName
{
border-color: #CBA2AA;
}
.TagClassName
{
border-color: #CBA2AA;
}
</style>