Shades of Careys Pink #CBA6AA
Tints of Careys Pink #CBA6AA
RGB
CMYK
RGB Variations
Color information
#CBA6AA (or 0xCBA6AA) is known color: Careys Pink. HEX triplet: CB, A6 and AA. RGB value is (203,166,170). Sum of RGB (Red+Green+Blue) = 203+166+170=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6AA is #345955. Grayscale: #B1B1B1. Windows color (decimal): -3430742 or 11183819. OLE color: 11183819.
HSL color Cylindrical-coordinate representation of color #CBA6AA: hue angle of 353.51º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6AA is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 170 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.20 |
| HSL | 353.51º | 0.26% | 0.72% | - |
| HSV(B) | 353.51º | 0.18% | 0.8% | - |
| XYZ | 45.52 | 42.87 | 43.91 | - |
| YUV | 177.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 170 | 0 | 0.18 | 0.16 | 0.20 | 353.51 | 0.26 | 0.72 |
| Hex | CB | A6 | AA | 0 | 12 | 10 | 14 | 162 | 1A | 48 |
| Octal | 313 | 246 | 252 | 0 | 22 | 20 | 24 | 542 | 32 | 110 |
| Binary | 11001011 | 10100110 | 10101010 | 0 | 10010 | 10000 | 10100 | 101100010 | 11010 | 1001000 |
Color Harmonies of #CBA6AA
Complementary color
Monochromatic Colors of #CBA6AA
Black with #CBA6AA
Text Example
Text Example
White with #CBA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6AA; }
p { color: rgb(203,166,170); }
H1.HeaderClassName
{
color: #CBA6AA;
}
.AnyTagClassName
{
color: #CBA6AA;
}
</style>
background-color css
<style>
a { background-color: #CBA6AA; }
a { background-color: rgb(203,166,170); }
div.DivClassName
{
background-color: #CBA6AA;
}
.BgClassName
{
background-color: #CBA6AA;
}
</style>
border-color css
<style>
span { border-color: #CBA6AA; }
span { border-color: rgb(203,166,170); }
td.TdClassName
{
border-color: #CBA6AA;
}
.TagClassName
{
border-color: #CBA6AA;
}
</style>