Shades of Pink Flare #CBBABC
Tints of Pink Flare #CBBABC
RGB
CMYK
RGB Variations
Color information
#CBBABC (or 0xCBBABC) is known color: Pink Flare. HEX triplet: CB, BA and BC. RGB value is (203,186,188). Sum of RGB (Red+Green+Blue) = 203+186+188=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBABC is #344543. Grayscale: #BFBFBF. Windows color (decimal): -3425604 or 12368587. OLE color: 12368587.
HSL color Cylindrical-coordinate representation of color #CBBABC: hue angle of 352.94º 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 #CBBABC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 188 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.20 |
| HSL | 352.94º | 0.14% | 0.76% | - |
| HSV(B) | 352.94º | 0.08% | 0.8% | - |
| XYZ | 51.26 | 51.45 | 54.8 | - |
| YUV | 191.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 188 | 0 | 0.08 | 0.07 | 0.20 | 352.94 | 0.14 | 0.76 |
| Hex | CB | BA | BC | 0 | 8 | 7 | 14 | 161 | E | 4C |
| Octal | 313 | 272 | 274 | 0 | 10 | 7 | 24 | 541 | 16 | 114 |
| Binary | 11001011 | 10111010 | 10111100 | 0 | 1000 | 111 | 10100 | 101100001 | 1110 | 1001100 |
Color Harmonies of #CBBABC
Complementary color
Monochromatic Colors of #CBBABC
Black with #CBBABC
Text Example
Text Example
White with #CBBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBABC; }
p { color: rgb(203,186,188); }
H1.HeaderClassName
{
color: #CBBABC;
}
.AnyTagClassName
{
color: #CBBABC;
}
</style>
background-color css
<style>
a { background-color: #CBBABC; }
a { background-color: rgb(203,186,188); }
div.DivClassName
{
background-color: #CBBABC;
}
.BgClassName
{
background-color: #CBBABC;
}
</style>
border-color css
<style>
span { border-color: #CBBABC; }
span { border-color: rgb(203,186,188); }
td.TdClassName
{
border-color: #CBBABC;
}
.TagClassName
{
border-color: #CBBABC;
}
</style>