Shades of Careys Pink #CBA4AC
Tints of Careys Pink #CBA4AC
RGB
CMYK
RGB Variations
Color information
#CBA4AC (or 0xCBA4AC) is known color: Careys Pink. HEX triplet: CB, A4 and AC. RGB value is (203,164,172). Sum of RGB (Red+Green+Blue) = 203+164+172=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA4AC is #345B53. Grayscale: #B0B0B0. Windows color (decimal): -3431252 or 11314379. OLE color: 11314379.
HSL color Cylindrical-coordinate representation of color #CBA4AC: hue angle of 347.69º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA4AC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 172 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.20 |
| HSL | 347.69º | 0.27% | 0.72% | - |
| HSV(B) | 347.69º | 0.19% | 0.8% | - |
| XYZ | 45.35 | 42.23 | 44.79 | - |
| YUV | 176.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 172 | 0 | 0.19 | 0.15 | 0.20 | 347.69 | 0.27 | 0.72 |
| Hex | CB | A4 | AC | 0 | 13 | F | 14 | 15C | 1B | 48 |
| Octal | 313 | 244 | 254 | 0 | 23 | 17 | 24 | 534 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10101100 | 0 | 10011 | 1111 | 10100 | 101011100 | 11011 | 1001000 |
Color Harmonies of #CBA4AC
Complementary color
Monochromatic Colors of #CBA4AC
Black with #CBA4AC
Text Example
Text Example
White with #CBA4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4AC; }
p { color: rgb(203,164,172); }
H1.HeaderClassName
{
color: #CBA4AC;
}
.AnyTagClassName
{
color: #CBA4AC;
}
</style>
background-color css
<style>
a { background-color: #CBA4AC; }
a { background-color: rgb(203,164,172); }
div.DivClassName
{
background-color: #CBA4AC;
}
.BgClassName
{
background-color: #CBA4AC;
}
</style>
border-color css
<style>
span { border-color: #CBA4AC; }
span { border-color: rgb(203,164,172); }
td.TdClassName
{
border-color: #CBA4AC;
}
.TagClassName
{
border-color: #CBA4AC;
}
</style>