Shades of Careys Pink #CBA7B2
Tints of Careys Pink #CBA7B2
RGB
CMYK
RGB Variations
Color information
#CBA7B2 (or 0xCBA7B2) is known color: Careys Pink. HEX triplet: CB, A7 and B2. RGB value is (203,167,178). Sum of RGB (Red+Green+Blue) = 203+167+178=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA7B2 is #34584D. Grayscale: #B3B3B3. Windows color (decimal): -3430478 or 11708363. OLE color: 11708363.
HSL color Cylindrical-coordinate representation of color #CBA7B2: hue angle of 341.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7B2 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 178 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.20 |
| HSL | 341.67º | 0.26% | 0.73% | - |
| HSV(B) | 341.67º | 0.18% | 0.8% | - |
| XYZ | 46.48 | 43.55 | 48.08 | - |
| YUV | 179.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 178 | 0 | 0.18 | 0.12 | 0.20 | 341.67 | 0.26 | 0.73 |
| Hex | CB | A7 | B2 | 0 | 12 | C | 14 | 156 | 1A | 49 |
| Octal | 313 | 247 | 262 | 0 | 22 | 14 | 24 | 526 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10110010 | 0 | 10010 | 1100 | 10100 | 101010110 | 11010 | 1001001 |
Color Harmonies of #CBA7B2
Complementary color
Monochromatic Colors of #CBA7B2
Black with #CBA7B2
Text Example
Text Example
White with #CBA7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7B2; }
p { color: rgb(203,167,178); }
H1.HeaderClassName
{
color: #CBA7B2;
}
.AnyTagClassName
{
color: #CBA7B2;
}
</style>
background-color css
<style>
a { background-color: #CBA7B2; }
a { background-color: rgb(203,167,178); }
div.DivClassName
{
background-color: #CBA7B2;
}
.BgClassName
{
background-color: #CBA7B2;
}
</style>
border-color css
<style>
span { border-color: #CBA7B2; }
span { border-color: rgb(203,167,178); }
td.TdClassName
{
border-color: #CBA7B2;
}
.TagClassName
{
border-color: #CBA7B2;
}
</style>