Shades of Careys Pink #CBA8AC
Tints of Careys Pink #CBA8AC
RGB
CMYK
RGB Variations
Color information
#CBA8AC (or 0xCBA8AC) is known color: Careys Pink. HEX triplet: CB, A8 and AC. RGB value is (203,168,172). Sum of RGB (Red+Green+Blue) = 203+168+172=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8AC is #345753. Grayscale: #B2B2B2. Windows color (decimal): -3430228 or 11315403. OLE color: 11315403.
HSL color Cylindrical-coordinate representation of color #CBA8AC: hue angle of 353.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8AC is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 172 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.20 |
| HSL | 353.14º | 0.25% | 0.73% | - |
| HSV(B) | 353.14º | 0.17% | 0.8% | - |
| XYZ | 46.08 | 43.68 | 45.03 | - |
| YUV | 178.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 172 | 0 | 0.17 | 0.15 | 0.20 | 353.14 | 0.25 | 0.73 |
| Hex | CB | A8 | AC | 0 | 11 | F | 14 | 161 | 19 | 49 |
| Octal | 313 | 250 | 254 | 0 | 21 | 17 | 24 | 541 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10101100 | 0 | 10001 | 1111 | 10100 | 101100001 | 11001 | 1001001 |
Color Harmonies of #CBA8AC
Complementary color
Monochromatic Colors of #CBA8AC
Black with #CBA8AC
Text Example
Text Example
White with #CBA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8AC; }
p { color: rgb(203,168,172); }
H1.HeaderClassName
{
color: #CBA8AC;
}
.AnyTagClassName
{
color: #CBA8AC;
}
</style>
background-color css
<style>
a { background-color: #CBA8AC; }
a { background-color: rgb(203,168,172); }
div.DivClassName
{
background-color: #CBA8AC;
}
.BgClassName
{
background-color: #CBA8AC;
}
</style>
border-color css
<style>
span { border-color: #CBA8AC; }
span { border-color: rgb(203,168,172); }
td.TdClassName
{
border-color: #CBA8AC;
}
.TagClassName
{
border-color: #CBA8AC;
}
</style>