Shades of Pink Flare #CBAAB2
Tints of Pink Flare #CBAAB2
RGB
CMYK
RGB Variations
Color information
#CBAAB2 (or 0xCBAAB2) is known color: Pink Flare. HEX triplet: CB, AA and B2. RGB value is (203,170,178). Sum of RGB (Red+Green+Blue) = 203+170+178=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAAB2 is #34554D. Grayscale: #B4B4B4. Windows color (decimal): -3429710 or 11709131. OLE color: 11709131.
HSL color Cylindrical-coordinate representation of color #CBAAB2: hue angle of 345.45º 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 #CBAAB2 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 178 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.20 |
| HSL | 345.45º | 0.24% | 0.73% | - |
| HSV(B) | 345.45º | 0.16% | 0.8% | - |
| XYZ | 47.04 | 44.66 | 48.26 | - |
| YUV | 180.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 178 | 0 | 0.16 | 0.12 | 0.20 | 345.45 | 0.24 | 0.73 |
| Hex | CB | AA | B2 | 0 | 10 | C | 14 | 159 | 18 | 49 |
| Octal | 313 | 252 | 262 | 0 | 20 | 14 | 24 | 531 | 30 | 111 |
| Binary | 11001011 | 10101010 | 10110010 | 0 | 10000 | 1100 | 10100 | 101011001 | 11000 | 1001001 |
Color Harmonies of #CBAAB2
Complementary color
Monochromatic Colors of #CBAAB2
Black with #CBAAB2
Text Example
Text Example
White with #CBAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAB2; }
p { color: rgb(203,170,178); }
H1.HeaderClassName
{
color: #CBAAB2;
}
.AnyTagClassName
{
color: #CBAAB2;
}
</style>
background-color css
<style>
a { background-color: #CBAAB2; }
a { background-color: rgb(203,170,178); }
div.DivClassName
{
background-color: #CBAAB2;
}
.BgClassName
{
background-color: #CBAAB2;
}
</style>
border-color css
<style>
span { border-color: #CBAAB2; }
span { border-color: rgb(203,170,178); }
td.TdClassName
{
border-color: #CBAAB2;
}
.TagClassName
{
border-color: #CBAAB2;
}
</style>