Shades of Pink Flare #CBAAB0
Tints of Pink Flare #CBAAB0
RGB
CMYK
RGB Variations
Color information
#CBAAB0 (or 0xCBAAB0) is known color: Pink Flare. HEX triplet: CB, AA and B0. RGB value is (203,170,176). Sum of RGB (Red+Green+Blue) = 203+170+176=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAAB0 is #34554F. Grayscale: #B4B4B4. Windows color (decimal): -3429712 or 11578059. OLE color: 11578059.
HSL color Cylindrical-coordinate representation of color #CBAAB0: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAAB0 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 176 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.20 |
| HSL | 349.09º | 0.24% | 0.73% | - |
| HSV(B) | 349.09º | 0.16% | 0.8% | - |
| XYZ | 46.84 | 44.58 | 47.21 | - |
| YUV | 180.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 176 | 0 | 0.16 | 0.13 | 0.20 | 349.09 | 0.24 | 0.73 |
| Hex | CB | AA | B0 | 0 | 10 | D | 14 | 15D | 18 | 49 |
| Octal | 313 | 252 | 260 | 0 | 20 | 15 | 24 | 535 | 30 | 111 |
| Binary | 11001011 | 10101010 | 10110000 | 0 | 10000 | 1101 | 10100 | 101011101 | 11000 | 1001001 |
Color Harmonies of #CBAAB0
Complementary color
Monochromatic Colors of #CBAAB0
Black with #CBAAB0
Text Example
Text Example
White with #CBAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAB0; }
p { color: rgb(203,170,176); }
H1.HeaderClassName
{
color: #CBAAB0;
}
.AnyTagClassName
{
color: #CBAAB0;
}
</style>
background-color css
<style>
a { background-color: #CBAAB0; }
a { background-color: rgb(203,170,176); }
div.DivClassName
{
background-color: #CBAAB0;
}
.BgClassName
{
background-color: #CBAAB0;
}
</style>
border-color css
<style>
span { border-color: #CBAAB0; }
span { border-color: rgb(203,170,176); }
td.TdClassName
{
border-color: #CBAAB0;
}
.TagClassName
{
border-color: #CBAAB0;
}
</style>