Shades of Careys Pink #CBA0AA
Tints of Careys Pink #CBA0AA
RGB
CMYK
RGB Variations
Color information
#CBA0AA (or 0xCBA0AA) is known color: Careys Pink. HEX triplet: CB, A0 and AA. RGB value is (203,160,170). Sum of RGB (Red+Green+Blue) = 203+160+170=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0AA is #345F55. Grayscale: #ADADAD. Windows color (decimal): -3432278 or 11182283. OLE color: 11182283.
HSL color Cylindrical-coordinate representation of color #CBA0AA: hue angle of 346.05º 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 #CBA0AA is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 170 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.20 |
| HSL | 346.05º | 0.29% | 0.71% | - |
| HSV(B) | 346.05º | 0.21% | 0.8% | - |
| XYZ | 44.46 | 40.74 | 43.55 | - |
| YUV | 174 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 170 | 0 | 0.21 | 0.16 | 0.20 | 346.05 | 0.29 | 0.71 |
| Hex | CB | A0 | AA | 0 | 15 | 10 | 14 | 15A | 1D | 47 |
| Octal | 313 | 240 | 252 | 0 | 25 | 20 | 24 | 532 | 35 | 107 |
| Binary | 11001011 | 10100000 | 10101010 | 0 | 10101 | 10000 | 10100 | 101011010 | 11101 | 1000111 |
Color Harmonies of #CBA0AA
Complementary color
Monochromatic Colors of #CBA0AA
Black with #CBA0AA
Text Example
Text Example
White with #CBA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0AA; }
p { color: rgb(203,160,170); }
H1.HeaderClassName
{
color: #CBA0AA;
}
.AnyTagClassName
{
color: #CBA0AA;
}
</style>
background-color css
<style>
a { background-color: #CBA0AA; }
a { background-color: rgb(203,160,170); }
div.DivClassName
{
background-color: #CBA0AA;
}
.BgClassName
{
background-color: #CBA0AA;
}
</style>
border-color css
<style>
span { border-color: #CBA0AA; }
span { border-color: rgb(203,160,170); }
td.TdClassName
{
border-color: #CBA0AA;
}
.TagClassName
{
border-color: #CBA0AA;
}
</style>