Shades of Careys Pink #CBA8B2
Tints of Careys Pink #CBA8B2
RGB
CMYK
RGB Variations
Color information
#CBA8B2 (or 0xCBA8B2) is known color: Careys Pink. HEX triplet: CB, A8 and B2. RGB value is (203,168,178). Sum of RGB (Red+Green+Blue) = 203+168+178=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8B2 is #34574D. Grayscale: #B3B3B3. Windows color (decimal): -3430222 or 11708619. OLE color: 11708619.
HSL color Cylindrical-coordinate representation of color #CBA8B2: hue angle of 342.86º 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 #CBA8B2 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 178 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.20 |
| HSL | 342.86º | 0.25% | 0.73% | - |
| HSV(B) | 342.86º | 0.17% | 0.8% | - |
| XYZ | 46.67 | 43.92 | 48.14 | - |
| YUV | 179.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 178 | 0 | 0.17 | 0.12 | 0.20 | 342.86 | 0.25 | 0.73 |
| Hex | CB | A8 | B2 | 0 | 11 | C | 14 | 157 | 19 | 49 |
| Octal | 313 | 250 | 262 | 0 | 21 | 14 | 24 | 527 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10110010 | 0 | 10001 | 1100 | 10100 | 101010111 | 11001 | 1001001 |
Color Harmonies of #CBA8B2
Complementary color
Monochromatic Colors of #CBA8B2
Black with #CBA8B2
Text Example
Text Example
White with #CBA8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8B2; }
p { color: rgb(203,168,178); }
H1.HeaderClassName
{
color: #CBA8B2;
}
.AnyTagClassName
{
color: #CBA8B2;
}
</style>
background-color css
<style>
a { background-color: #CBA8B2; }
a { background-color: rgb(203,168,178); }
div.DivClassName
{
background-color: #CBA8B2;
}
.BgClassName
{
background-color: #CBA8B2;
}
</style>
border-color css
<style>
span { border-color: #CBA8B2; }
span { border-color: rgb(203,168,178); }
td.TdClassName
{
border-color: #CBA8B2;
}
.TagClassName
{
border-color: #CBA8B2;
}
</style>