Shades of Pink Flare #CBBABD
Tints of Pink Flare #CBBABD
RGB
CMYK
RGB Variations
Color information
#CBBABD (or 0xCBBABD) is known color: Pink Flare. HEX triplet: CB, BA and BD. RGB value is (203,186,189). Sum of RGB (Red+Green+Blue) = 203+186+189=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBABD is #344542. Grayscale: #BFBFBF. Windows color (decimal): -3425603 or 12434123. OLE color: 12434123.
HSL color Cylindrical-coordinate representation of color #CBBABD: hue angle of 349.41º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBABD is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 189 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.20 |
| HSL | 349.41º | 0.14% | 0.76% | - |
| HSV(B) | 349.41º | 0.08% | 0.8% | - |
| XYZ | 51.37 | 51.49 | 55.37 | - |
| YUV | 191.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 189 | 0 | 0.08 | 0.07 | 0.20 | 349.41 | 0.14 | 0.76 |
| Hex | CB | BA | BD | 0 | 8 | 7 | 14 | 15D | E | 4C |
| Octal | 313 | 272 | 275 | 0 | 10 | 7 | 24 | 535 | 16 | 114 |
| Binary | 11001011 | 10111010 | 10111101 | 0 | 1000 | 111 | 10100 | 101011101 | 1110 | 1001100 |
Color Harmonies of #CBBABD
Complementary color
Monochromatic Colors of #CBBABD
Black with #CBBABD
Text Example
Text Example
White with #CBBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBABD; }
p { color: rgb(203,186,189); }
H1.HeaderClassName
{
color: #CBBABD;
}
.AnyTagClassName
{
color: #CBBABD;
}
</style>
background-color css
<style>
a { background-color: #CBBABD; }
a { background-color: rgb(203,186,189); }
div.DivClassName
{
background-color: #CBBABD;
}
.BgClassName
{
background-color: #CBBABD;
}
</style>
border-color css
<style>
span { border-color: #CBBABD; }
span { border-color: rgb(203,186,189); }
td.TdClassName
{
border-color: #CBBABD;
}
.TagClassName
{
border-color: #CBBABD;
}
</style>