Shades of Careys Pink #CBA6A9
Tints of Careys Pink #CBA6A9
RGB
CMYK
RGB Variations
Color information
#CBA6A9 (or 0xCBA6A9) is known color: Careys Pink. HEX triplet: CB, A6 and A9. RGB value is (203,166,169). Sum of RGB (Red+Green+Blue) = 203+166+169=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6A9 is #345956. Grayscale: #B1B1B1. Windows color (decimal): -3430743 or 11118283. OLE color: 11118283.
HSL color Cylindrical-coordinate representation of color #CBA6A9: hue angle of 355.14º 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 #CBA6A9 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 169 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.20 |
| HSL | 355.14º | 0.26% | 0.72% | - |
| HSV(B) | 355.14º | 0.18% | 0.8% | - |
| XYZ | 45.43 | 42.83 | 43.41 | - |
| YUV | 177.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 169 | 0 | 0.18 | 0.17 | 0.20 | 355.14 | 0.26 | 0.72 |
| Hex | CB | A6 | A9 | 0 | 12 | 11 | 14 | 163 | 1A | 48 |
| Octal | 313 | 246 | 251 | 0 | 22 | 21 | 24 | 543 | 32 | 110 |
| Binary | 11001011 | 10100110 | 10101001 | 0 | 10010 | 10001 | 10100 | 101100011 | 11010 | 1001000 |
Color Harmonies of #CBA6A9
Complementary color
Monochromatic Colors of #CBA6A9
Black with #CBA6A9
Text Example
Text Example
White with #CBA6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6A9; }
p { color: rgb(203,166,169); }
H1.HeaderClassName
{
color: #CBA6A9;
}
.AnyTagClassName
{
color: #CBA6A9;
}
</style>
background-color css
<style>
a { background-color: #CBA6A9; }
a { background-color: rgb(203,166,169); }
div.DivClassName
{
background-color: #CBA6A9;
}
.BgClassName
{
background-color: #CBA6A9;
}
</style>
border-color css
<style>
span { border-color: #CBA6A9; }
span { border-color: rgb(203,166,169); }
td.TdClassName
{
border-color: #CBA6A9;
}
.TagClassName
{
border-color: #CBA6A9;
}
</style>