Shades of Careys Pink #CB9A9E
Tints of Careys Pink #CB9A9E
RGB
CMYK
RGB Variations
Color information
#CB9A9E (or 0xCB9A9E) is known color: Careys Pink. HEX triplet: CB, 9A and 9E. RGB value is (203,154,158). Sum of RGB (Red+Green+Blue) = 203+154+158=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A9E is #346561. Grayscale: #A9A9A9. Windows color (decimal): -3433826 or 10394315. OLE color: 10394315.
HSL color Cylindrical-coordinate representation of color #CB9A9E: hue angle of 355.1º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9A9E is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 158 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.20 |
| HSL | 355.1º | 0.32% | 0.7% | - |
| HSV(B) | 355.1º | 0.24% | 0.8% | - |
| XYZ | 42.36 | 38.28 | 37.5 | - |
| YUV | 169.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 158 | 0 | 0.24 | 0.22 | 0.20 | 355.1 | 0.32 | 0.7 |
| Hex | CB | 9A | 9E | 0 | 18 | 16 | 14 | 163 | 20 | 46 |
| Octal | 313 | 232 | 236 | 0 | 30 | 26 | 24 | 543 | 40 | 106 |
| Binary | 11001011 | 10011010 | 10011110 | 0 | 11000 | 10110 | 10100 | 101100011 | 100000 | 1000110 |
Color Harmonies of #CB9A9E
Complementary color
Monochromatic Colors of #CB9A9E
Black with #CB9A9E
Text Example
Text Example
White with #CB9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A9E; }
p { color: rgb(203,154,158); }
H1.HeaderClassName
{
color: #CB9A9E;
}
.AnyTagClassName
{
color: #CB9A9E;
}
</style>
background-color css
<style>
a { background-color: #CB9A9E; }
a { background-color: rgb(203,154,158); }
div.DivClassName
{
background-color: #CB9A9E;
}
.BgClassName
{
background-color: #CB9A9E;
}
</style>
border-color css
<style>
span { border-color: #CB9A9E; }
span { border-color: rgb(203,154,158); }
td.TdClassName
{
border-color: #CB9A9E;
}
.TagClassName
{
border-color: #CB9A9E;
}
</style>