Shades of Careys Pink #CB9AA0
Tints of Careys Pink #CB9AA0
RGB
CMYK
RGB Variations
Color information
#CB9AA0 (or 0xCB9AA0) is known color: Careys Pink. HEX triplet: CB, 9A and A0. RGB value is (203,154,160). Sum of RGB (Red+Green+Blue) = 203+154+160=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9AA0 is #34655F. Grayscale: #A9A9A9. Windows color (decimal): -3433824 or 10525387. OLE color: 10525387.
HSL color Cylindrical-coordinate representation of color #CB9AA0: hue angle of 352.65º 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 #CB9AA0 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 160 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.20 |
| HSL | 352.65º | 0.32% | 0.7% | - |
| HSV(B) | 352.65º | 0.24% | 0.8% | - |
| XYZ | 42.53 | 38.35 | 38.42 | - |
| YUV | 169.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 160 | 0 | 0.24 | 0.21 | 0.20 | 352.65 | 0.32 | 0.7 |
| Hex | CB | 9A | A0 | 0 | 18 | 15 | 14 | 161 | 20 | 46 |
| Octal | 313 | 232 | 240 | 0 | 30 | 25 | 24 | 541 | 40 | 106 |
| Binary | 11001011 | 10011010 | 10100000 | 0 | 11000 | 10101 | 10100 | 101100001 | 100000 | 1000110 |
Color Harmonies of #CB9AA0
Complementary color
Monochromatic Colors of #CB9AA0
Black with #CB9AA0
Text Example
Text Example
White with #CB9AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9AA0; }
p { color: rgb(203,154,160); }
H1.HeaderClassName
{
color: #CB9AA0;
}
.AnyTagClassName
{
color: #CB9AA0;
}
</style>
background-color css
<style>
a { background-color: #CB9AA0; }
a { background-color: rgb(203,154,160); }
div.DivClassName
{
background-color: #CB9AA0;
}
.BgClassName
{
background-color: #CB9AA0;
}
</style>
border-color css
<style>
span { border-color: #CB9AA0; }
span { border-color: rgb(203,154,160); }
td.TdClassName
{
border-color: #CB9AA0;
}
.TagClassName
{
border-color: #CB9AA0;
}
</style>